Lines Matching refs:PTH_FUNC

69 #define PTH_FUNC(ret_ty, f, args...) \
283 PTH_FUNC(int, pthreadZucreateZAZa, // pthread_create@*
289 PTH_FUNC(int, pthreadZucreate, // pthread_create
294 PTH_FUNC(int, pthreadZucreateZuZa, // pthread_create_*
337 PTH_FUNC(int, pthreadZujoin, // pthread_join
342 PTH_FUNC(int, pthreadZujoinZa, // pthread_join*
406 PTH_FUNC(int, pthreadZumutexZuinit, // pthread_mutex_init
445 PTH_FUNC(int, pthreadZumutexZudestroy, // pthread_mutex_destroy
474 PTH_FUNC(int, pthreadZumutexZulock, // pthread_mutex_lock
518 PTH_FUNC(int, pthreadZumutexZutrylock, // pthread_mutex_trylock
558 PTH_FUNC(int, pthreadZumutexZutimedlock, // pthread_mutex_timedlock
598 PTH_FUNC(int, pthreadZumutexZuunlock, // pthread_mutex_unlock
705 PTH_FUNC(int, pthreadZucondZuwaitZAZa, // pthread_cond_wait@*
710 PTH_FUNC(int, pthreadZucondZuwaitZa, // pthread_cond_wait*
794 PTH_FUNC(int, pthreadZucondZutimedwaitZAZa, // pthread_cond_timedwait@*
800 PTH_FUNC(int, pthreadZucondZutimedwait, // pthread_cond_timedwait
805 PTH_FUNC(int, pthreadZucondZutimedwaitZDZa, // pthread_cond_timedwait$*
810 PTH_FUNC(int, pthreadZucondZutimedwaitZuZa, // pthread_cond_timedwait_*
855 PTH_FUNC(int, pthreadZucondZusignalZAZa, // pthread_cond_signal@*
860 PTH_FUNC(int, pthreadZucondZusignal, // pthread_cond_signal
907 PTH_FUNC(int, pthreadZucondZubroadcastZAZa, // pthread_cond_broadcast@*
912 PTH_FUNC(int, pthreadZucondZubroadcast, // pthread_cond_broadcast
956 PTH_FUNC(int, pthreadZucondZudestroyZAZa, // pthread_cond_destroy@*
961 PTH_FUNC(int, pthreadZucondZudestroy, // pthread_cond_destroy
990 PTH_FUNC(int, pthreadZubarrierZuinit, // pthread_barrier_init
1026 PTH_FUNC(int, pthreadZubarrierZuwait, // pthread_barrier_wait
1063 PTH_FUNC(int, pthreadZubarrierZudestroy, // pthread_barrier_destroy
1144 PTH_FUNC(int, pthreadZuspinZuinit, // pthread_spin_init
1148 PTH_FUNC(int, pthreadZuspinZuunlock, // pthread_spin_unlock
1164 PTH_FUNC(int, pthreadZuspinZudestroy, // pthread_spin_destroy
1201 PTH_FUNC(int, pthreadZuspinZulock, // pthread_spin_lock
1246 PTH_FUNC(int, pthreadZuspinZutrylock, // pthread_spin_trylock
1339 PTH_FUNC(int, pthreadZurwlockZuinit, // pthread_rwlock_init
1345 PTH_FUNC(int, pthreadZurwlockZuinitZa, // pthread_rwlock_init*
1385 PTH_FUNC(int, pthreadZurwlockZudestroy, // pthread_rwlock_destroy
1390 PTH_FUNC(int, pthreadZurwlockZudestroyZa, // pthread_rwlock_destroy*
1433 PTH_FUNC(int, pthreadZurwlockZuwrlock, // pthread_rwlock_wrlock
1438 PTH_FUNC(int, pthreadZurwlockZuwrlockZa, // pthread_rwlock_wrlock*
1481 PTH_FUNC(int, pthreadZurwlockZurdlock, // pthread_rwlock_rdlock
1486 PTH_FUNC(int, pthreadZurwlockZurdlockZa, // pthread_rwlock_rdlock*
1535 PTH_FUNC(int, pthreadZurwlockZutrywrlock, // pthread_rwlock_trywrlock
1540 PTH_FUNC(int, pthreadZurwlockZutrywrlockZa, // pthread_rwlock_trywrlock*
1589 PTH_FUNC(int, pthreadZurwlockZutryrdlock, // pthread_rwlock_tryrdlock
1594 PTH_FUNC(int, pthreadZurwlockZutryrdlockZa, // pthread_rwlock_tryrdlock*
1635 PTH_FUNC(int, pthreadZurwlockZuunlock, // pthread_rwlock_unlock
1640 PTH_FUNC(int, pthreadZurwlockZuunlockZa, // pthread_rwlock_unlock*
1711 PTH_FUNC(int, semZuinitZAZa, // sem_init@*
1716 PTH_FUNC(int, semZuinit, // sem_init
1758 PTH_FUNC(int, semZudestroyZAZa, // sem_destroy*
1763 PTH_FUNC(int, semZudestroy, // sem_destroy
1809 PTH_FUNC(int, semZuwait, sem_t* sem) { /* sem_wait */
1812 PTH_FUNC(int, semZuwaitZAZa, sem_t* sem) { /* sem_wait@* */
1816 PTH_FUNC(int, semZuwait, sem_t* sem) { /* sem_wait */
1819 PTH_FUNC(int, semZuwaitZDZa, sem_t* sem) { /* sem_wait$* */
1863 PTH_FUNC(int, semZupost, sem_t* sem) { /* sem_post */
1866 PTH_FUNC(int, semZupostZAZa, sem_t* sem) { /* sem_post@* */
1870 PTH_FUNC(int, semZupost, sem_t* sem) { /* sem_post */
1882 PTH_FUNC(sem_t*, semZuopen,
1919 PTH_FUNC(int, sem_close, sem_t* sem)