Home
last modified time | relevance | path

Searched refs:pthread__makelwp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libpthread/
H A Dpthread_makelwp.h43 int pthread__makelwp(void (*)(void *), void *, void *, void *, size_t,
H A Dpthread_makelwp_netbsd.c48 pthread__makelwp(void (*start_routine)(void *), void *arg, void *priv, in pthread__makelwp() function
H A Dpthread.c540 ret = pthread__makelwp(pthread__create_tramp, newthread, private_area, in pthread_create()