Searched refs:pthread__makelwp (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/lib/libpthread/ |
H A D | pthread_makelwp.h | 43 int pthread__makelwp(void (*)(void *), void *, void *, void *, size_t,
|
H A D | pthread_makelwp_netbsd.c | 48 pthread__makelwp(void (*start_routine)(void *), void *arg, void *priv, in pthread__makelwp() function
|
H A D | pthread.c | 540 ret = pthread__makelwp(pthread__create_tramp, newthread, private_area, in pthread_create()
|