Searched refs:__libc_maybe_call (Results 1 – 3 of 3) sorted by relevance
/sysdeps/nptl/ |
A D | libc-lock.h | 85 __libc_maybe_call (__pthread_mutex_destroy, (&(NAME).mutex), 0) 102 __libc_maybe_call (__pthread_mutex_lock, (&(NAME).mutex), 0) 127 __libc_maybe_call (__pthread_mutex_trylock, (&(NAME).mutex), 0) 143 __libc_maybe_call (__pthread_mutex_unlock, (&(NAME).mutex), 0)
|
A D | libc-lockP.h | 84 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ macro 88 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ macro
|
/sysdeps/htl/ |
A D | libc-lockP.h | 31 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ macro 35 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ macro 55 __libc_maybe_call (FUNC, ARGS, ELSE)
|
Completed in 4 milliseconds