9.70 create_tcluster

int create_tcluster(void);

This syscall creates a thread cluster. It returns the new cluster ID or -1 on failure, with the following errno:

ENOMEM

A new cluster could not be made.

EACCES

MAC did not allow this.