Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/thread-stub/
Dthread-stub.c364 __weak_alias(__libc_thr_equal,__libc_thr_equal_stub) in __weak_alias()
450 __libc_thr_equal_stub(pthread_t t1, pthread_t t2) in __libc_thr_equal_stub() function
/netbsd/src/lib/libc/include/
Dreentrant.h273 int __libc_thr_equal_stub(pthread_t, pthread_t);
/netbsd/src/lib/libpthread/
Dpthread.c768 return __libc_thr_equal_stub(t1, t2); in pthread_equal()