P99
int thrd_create ( thrd_t p00_thr,
thrd_start_t  p00_func,
void *  p00_arg 
) [inline]
Returns:
thrd_success on success, or thrd_nomem if no memory could be allocated for the thread requested, or thrd_error if the request could not be honored.

Definition at line 703 of file p99_threads.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines