Home
last modified time | relevance | path

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

/netbsd/lib/libc/thread-stub/
H A Dthread-stub.c358 __weak_alias(__libc_thr_create,__libc_thr_create_stub) in __weak_alias()
407 __libc_thr_create_stub(thr_t *tp, const thrattr_t *ta, in __libc_thr_create_stub() function
/netbsd/lib/libc/include/
H A Dreentrant.h265 int __libc_thr_create_stub(thr_t *, const thrattr_t *,
/netbsd/lib/libpthread/
H A Dpthread.c407 return __libc_thr_create_stub(thread, attr, startfunc, arg); in pthread_create()