Searched refs:_thrp_create (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Dpthread.c86 * calls common _thrp_create() after copying the attributes.
113 error = _thrp_create(ap->stkaddr, ap->stksize, start_routine, arg,
H A Dthr.c558 _thrp_create(void *stk, size_t stksize, void *(*func)(void *), void *arg, function
724 return (_thrp_create(stk, stksize, func, arg, flags, new_thread, 0));
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1415 extern int _thrp_create(void *, size_t, void *(*)(void *), void *, long,

Completed in 25 milliseconds