Home
last modified time | relevance | path

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

/netbsd/lib/libc/thread-stub/
H A Dthread-stub.c195 __libc_cond_wait_stub(cond_t *c, mutex_t *m) in __libc_cond_wait_stub() function
/netbsd/lib/libc/include/
H A Dreentrant.h243 int __libc_cond_wait_stub(cond_t *, mutex_t *);
/netbsd/lib/libpthread/
H A Dpthread_cond.c222 return __libc_cond_wait_stub(cond, mutex); in pthread_cond_wait()