static CL_Thread *create( int (*func)(void*), void* value);
Create a thread that calls the function specified, with the value specified.
Back to index