Searched refs:__libc_ptf_call (Results 1 – 6 of 6) sorted by relevance
/sysdeps/htl/ |
A D | libc-lockP.h | 42 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro 48 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro 54 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ macro 62 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1) 66 __libc_ptf_call (__pthread_getspecific, (KEY), NULL) 70 __libc_ptf_call (__pthread_setspecific, (KEY, VALUE), 0)
|
A D | flockfile.c | 27 __libc_ptf_call (_IO_flockfile, (stream), 0); in __flockfile()
|
A D | ftrylockfile.c | 27 return __libc_ptf_call (_IO_ftrylockfile, (stream), 0); in __ftrylockfile()
|
A D | funlockfile.c | 27 __libc_ptf_call (_IO_funlockfile, (stream), 0); in __funlockfile()
|
/sysdeps/pthread/ |
A D | sem_open.c | 57 #ifdef __libc_ptf_call in __sem_open() 59 __libc_ptf_call (__pthread_setcancelstate, in __sem_open() 214 #ifdef __libc_ptf_call in __sem_open() 215 __libc_ptf_call (__pthread_setcancelstate, (state, NULL), 0); in __sem_open()
|
/sysdeps/nptl/ |
A D | libc-lockP.h | 96 #define __libc_ptf_call(FUNC, ARGS, ELSE) FUNC ARGS macro
|
Completed in 8 milliseconds