• Home
  • Raw
  • Download

Lines Matching defs:PTH_FUNC

91 #define PTH_FUNC(ret_ty, f, args...) \  macro
724 PTH_FUNC(int, pthreadZucreate, // pthread_create (Darwin) in PTH_FUNC() function
729 PTH_FUNC(int, pthreadZucreateZAZa, // pthread_create@* (Linux) in PTH_FUNC() function
762 PTH_FUNC(int, pthreadZujoin, // pthread_join (Linux) in PTH_FUNC() function
768 PTH_FUNC(int, pthreadZujoin$Za, // pthread_join$* (Darwin) in PTH_FUNC() function
819 PTH_FUNC(int, pthreadZuexit, void* retval) // pthread_exit (Android) in PTH_FUNC() function
849 PTH_FUNC(int, pthreadZumutexZuinit, // pthread_mutex_init in PTH_FUNC() function
886 PTH_FUNC(int, pthreadZumutexZudestroy, // pthread_mutex_destroy in PTH_FUNC() function
913 PTH_FUNC(int, pthreadZumutexZulock, // pthread_mutex_lock in PTH_FUNC() function
986 PTH_FUNC(int, pthreadZumutexZutrylock, // pthread_mutex_trylock in PTH_FUNC() function
995 PTH_FUNC(int, pthreadZumutexZutimedlock, // pthread_mutex_timedlock in PTH_FUNC() function
1030 PTH_FUNC(int, pthreadZumutexZuunlock, // pthread_mutex_unlock in PTH_FUNC() function
1057 PTH_FUNC(int, pthreadZuspinZuinit, void *lock, int pshared) { in PTH_FUNC() function
1076 PTH_FUNC(int, pthreadZuspinZudestroy, void *lock) { in PTH_FUNC() function
1093 PTH_FUNC(int, pthreadZuspinZulock, void *lock) { in PTH_FUNC() function
1113 PTH_FUNC(int, pthreadZuspinZutrylock, void *lock) { in PTH_FUNC() function
1133 PTH_FUNC(int, pthreadZuspinZuunlock, void *lock) { in PTH_FUNC() function
1199 PTH_FUNC(int, pthreadZucondZuwaitZAZa, // pthread_cond_wait@* in PTH_FUNC() function
1205 PTH_FUNC(int, pthreadZucondZuwait$Za, // pthread_cond_wait$* in PTH_FUNC() function
1258 PTH_FUNC(int, pthreadZucondZutimedwaitZAZa, // pthread_cond_timedwait@* in PTH_FUNC() function
1265 PTH_FUNC(int, pthreadZucondZutimedwait$Za, // pthread_cond_timedwait$* in PTH_FUNC() function
1272 PTH_FUNC(int, pthreadZucondZutimedwaitZurelativeZunp, // pthread_cond_timedwait_relative_np in PTH_FUNC() function
1308 PTH_FUNC(int, pthreadZucondZusignal, // pthread_cond_signal in PTH_FUNC() function
1314 PTH_FUNC(int, pthreadZucondZusignalZAZa, // pthread_cond_signal@* in PTH_FUNC() function
1353 PTH_FUNC(int, pthreadZucondZubroadcast, // pthread_cond_broadcast in PTH_FUNC() function
1359 PTH_FUNC(int, pthreadZucondZubroadcastZAZa, // pthread_cond_broadcast@* in PTH_FUNC() function
1399 PTH_FUNC(int, pthreadZubarrierZuwait, // pthread_barrier_wait in PTH_FUNC() function
1406 PTH_FUNC(int, pthreadZubarrierZuinit, void *b, void *a, unsigned n) { in PTH_FUNC() function
1456 PTH_FUNC(int, pthreadZurwlockZuinit, // pthread_rwlock_init in PTH_FUNC() function
1463 PTH_FUNC(int, pthreadZurwlockZuinit$Za, // pthread_rwlock_init$* in PTH_FUNC() function
1495 PTH_FUNC(int, pthreadZurwlockZudestroy, // pthread_rwlock_destroy in PTH_FUNC() function
1501 PTH_FUNC(int, pthreadZurwlockZudestroy$Za, // pthread_rwlock_destroy$* in PTH_FUNC() function
1536 PTH_FUNC(int, pthreadZurwlockZuwrlock, // pthread_rwlock_wrlock in PTH_FUNC() function
1542 PTH_FUNC(int, pthreadZurwlockZuwrlock$Za, // pthread_rwlock_wrlock$* in PTH_FUNC() function
1575 PTH_FUNC(int, pthreadZurwlockZurdlock, // pthread_rwlock_rdlock in PTH_FUNC() function
1581 PTH_FUNC(int, pthreadZurwlockZurdlock$Za, // pthread_rwlock_rdlock$* in PTH_FUNC() function
1620 PTH_FUNC(int, pthreadZurwlockZutrywrlock, // pthread_rwlock_trywrlock in PTH_FUNC() function
1626 PTH_FUNC(int, pthreadZurwlockZutrywrlock$Za, // pthread_rwlock_trywrlock$* in PTH_FUNC() function
1665 PTH_FUNC(int, pthreadZurwlockZutryrdlock, // pthread_rwlock_tryrdlock in PTH_FUNC() function
1671 PTH_FUNC(int, pthreadZurwlockZutryrdlock$Za, // pthread_rwlock_tryrdlock$* in PTH_FUNC() function
1705 PTH_FUNC(int, pthreadZurwlockZuunlock, // pthread_rwlock_unlock in PTH_FUNC() function
1711 PTH_FUNC(int, pthreadZurwlockZuunlock$Za, // pthread_rwlock_unlock$* in PTH_FUNC() function
1740 PTH_FUNC(int, semZuinitZAZa, sem_t* sem, int pshared, unsigned long value) in PTH_FUNC() function
1798 PTH_FUNC(int, semZudestroyZAZa, sem_t* sem) in PTH_FUNC() function
1804 PTH_FUNC(int, semZudestroy, sem_t* sem) in PTH_FUNC() function
1840 PTH_FUNC(int, semZuwait, sem_t* sem) { /* sem_wait */ in PTH_FUNC() function
1843 PTH_FUNC(int, semZuwaitZAZa, sem_t* sem) { /* sem_wait@* */ in PTH_FUNC() function
1846 PTH_FUNC(int, semZuwait$Za, sem_t* sem) { /* sem_wait$* */ in PTH_FUNC() function
1849 PTH_FUNC(int, semZutrywait, sem_t* sem) { /* sem_trywait */ in PTH_FUNC() function
1852 PTH_FUNC(int, semZutrywaitZAZa, sem_t* sem) { /* sem_trywait@* */ in PTH_FUNC() function
1855 PTH_FUNC(int, semZutrywait$Za, sem_t* sem) { /* sem_trywait$* */ in PTH_FUNC() function
1890 PTH_FUNC(int, semZupost, sem_t* sem) { /* sem_post */ in PTH_FUNC() function
1895 PTH_FUNC(int, semZupostZAZa, sem_t* sem) { /* sem_post@* */ in PTH_FUNC() function
1900 PTH_FUNC(int, semZupost$Za, sem_t* sem) { /* sem_post$* */ in PTH_FUNC() function
1940 PTH_FUNC(sem_t *, semZuopen, const char *name, int oflag, in PTH_FUNC() function
1947 PTH_FUNC(sem_t *, semZuopenZAZa, const char *name, int oflag, in PTH_FUNC() function
2011 PTH_FUNC(long, send, int s, void *buf, long len, int flags) { in PTH_FUNC() function
2023 PTH_FUNC(long, sendmsg, int s, void *msg, int flags) { in PTH_FUNC() function
2036 PTH_FUNC(long, recv, int s, void *buf, long len, int flags) { in PTH_FUNC() function
2052 PTH_FUNC(long, recvmsg, int s, void *msg, int flags) { in PTH_FUNC() function
2069 PTH_FUNC(long, read, int s, void *a2, long count) { in PTH_FUNC() function
2084 PTH_FUNC(long, write, int s, void *a2, long a3) { in PTH_FUNC() function
2221 PTH_FUNC(int, pthreadZuonce, void *ctl, void *rtn) { in PTH_FUNC() function