• Home
  • Raw
  • Download

Lines Matching defs:PTH_FUNC

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