Next: switch_tcluster, Previous: utimes, Up: Syscalls [Contents]
int create_tcluster(void);
This syscall creates a thread cluster. It returns the new cluster ID or -1 on failure, with the following errno:
-1
ENOMEM
A new cluster could not be made.
EACCES
MAC did not allow this.