Home
last modified time | relevance | path

Searched refs:__uselibcstub (Results 1 – 10 of 10) sorted by relevance

/netbsd/lib/libpthread/
H A Dpthread_specific.c62 if (__predict_false(__uselibcstub)) in __strong_alias()
78 if (__predict_false(__uselibcstub)) in pthread_getspecific()
87 if (__predict_false(__uselibcstub)) in pthread_curcpu_np()
H A Dpthread_cond.c81 if (__predict_false(__uselibcstub)) in pthread_cond_init()
106 if (__predict_false(__uselibcstub)) in pthread_cond_destroy()
129 if (__predict_false(__uselibcstub)) in pthread_cond_timedwait()
221 if (__predict_false(__uselibcstub)) in pthread_cond_wait()
234 if (__predict_false(__uselibcstub)) in pthread_cond_signal()
279 if (__predict_false(__uselibcstub)) in pthread_cond_broadcast()
H A Dpthread_mutex.c134 if (__predict_false(__uselibcstub)) in __weak_alias()
186 if (__predict_false(__uselibcstub)) in pthread_mutex_destroy()
204 if (__predict_false(__uselibcstub)) in pthread_mutex_lock()
401 if (__predict_false(__uselibcstub)) in pthread_mutex_trylock()
445 if (__predict_false(__uselibcstub)) in pthread_mutex_unlock()
553 if (__predict_false(__uselibcstub)) in pthread_mutexattr_init()
565 if (__predict_false(__uselibcstub)) in pthread_mutexattr_destroy()
591 if (__predict_false(__uselibcstub)) in pthread_mutexattr_settype()
H A Dpthread_rwlock.c95 if (__predict_false(__uselibcstub)) in pthread_rwlock_init()
114 if (__predict_false(__uselibcstub)) in pthread_rwlock_destroy()
251 if (__predict_false(__uselibcstub)) in pthread_rwlock_tryrdlock()
373 if (__predict_false(__uselibcstub)) in pthread_rwlock_trywrlock()
399 if (__predict_false(__uselibcstub)) in pthread_rwlock_rdlock()
422 if (__predict_false(__uselibcstub)) in pthread_rwlock_wrlock()
450 if (__predict_false(__uselibcstub)) in pthread_rwlock_unlock()
H A Dpthread.c97 int __uselibcstub = 1; variable
218 __uselibcstub = 0; in pthread__init()
404 if (__predict_false(__uselibcstub)) { in pthread_create()
639 if (__predict_false(__uselibcstub)) { in pthread_exit()
757 if (__predict_false(__uselibcstub)) in pthread_equal()
858 if (__predict_false(__uselibcstub)) in pthread_self()
893 if (__predict_false(__uselibcstub)) in pthread_setcancelstate()
1055 if (__predict_false(__uselibcstub)) { in pthread__errno()
H A Dpthread_tsd.c130 if (__predict_false(__uselibcstub)) in pthread_key_create()
298 if (__predict_false(__uselibcstub)) in pthread_key_delete()
H A Dpthread_once.c59 if (__predict_false(__uselibcstub)) in pthread_once()
H A Dpthread_misc.c176 if (__predict_false(__uselibcstub)) in pthread__sched_yield()
H A Dpthread_int.h175 extern int __uselibcstub;
H A Dpthread_cancelstub.c147 if (__predict_true(!__uselibcstub) && \