Home
last modified time | relevance | path

Searched refs:__libc_ptf_call (Results 1 – 6 of 6) sorted by relevance

/sysdeps/htl/
A Dlibc-lockP.h42 # 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 Dflockfile.c27 __libc_ptf_call (_IO_flockfile, (stream), 0); in __flockfile()
A Dftrylockfile.c27 return __libc_ptf_call (_IO_ftrylockfile, (stream), 0); in __ftrylockfile()
A Dfunlockfile.c27 __libc_ptf_call (_IO_funlockfile, (stream), 0); in __funlockfile()
/sysdeps/pthread/
A Dsem_open.c57 #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 Dlibc-lockP.h96 #define __libc_ptf_call(FUNC, ARGS, ELSE) FUNC ARGS macro

Completed in 8 milliseconds