Searched refs:_thrp_create (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 113 error = _thrp_create(ap->stkaddr, ap->stksize, start_routine, arg, in pthread_create()
|
H A D | thr.c | 561 _thrp_create(void *stk, size_t stksize, void *(*func)(void *), void *arg, in _thrp_create() function 727 return (_thrp_create(stk, stksize, func, arg, flags, new_thread, 0)); in thr_create()
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1481 extern int _thrp_create(void *, size_t, void *(*)(void *), void *, long,
|
/titanic_50/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.scoped.in | 1446 SCOPED_SYMBOL|SunOS_5.6|libthread.so.1|_thrp_create
|