Home
last modified time | relevance | path

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

/netbsd/lib/libpthread/
H A Dpthread_once.c60 return __libc_thr_once_stub(once_control, routine); in pthread_once()
/netbsd/lib/libc/thread-stub/
H A Dthread-stub.c354 __weak_alias(__libc_thr_once,__libc_thr_once_stub) in __weak_alias() argument
366 __libc_thr_once_stub(once_t *o, void (*r)(void)) in __weak_alias()
/netbsd/lib/libc/include/
H A Dreentrant.h261 int __libc_thr_once_stub(once_t *, void (*)(void));