Searched refs:__libc_ptf_call (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | libc-lock.h | 154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro 160 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro 248 __libc_ptf_call (__pthread_rwlock_rdlock, (&(NAME)), 0) 250 __libc_ptf_call (__pthread_rwlock_wrlock, (&(NAME)), 0) 319 __libc_ptf_call (__pthread_rwlock_unlock, (&(NAME)), 0) 449 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1) 453 __libc_ptf_call (__pthread_getspecific, (KEY), NULL) 457 __libc_ptf_call (__pthread_setspecific, (KEY, VALUE), 0)
|