Searched defs:__libc_maybe_call2 (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/ |
A D | libc-lock.h | 109 # define __libc_maybe_call2(FUNC, ARGS, ELSE) \ macro 113 # define __libc_maybe_call2(FUNC, ARGS, ELSE) __libc_maybe_call (__##FUNC, ARGS, ELSE) macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/bits/ |
A D | libc-lock.h | 109 # define __libc_maybe_call2(FUNC, ARGS, ELSE) \ macro 113 # define __libc_maybe_call2(FUNC, ARGS, ELSE) __libc_maybe_call (__##FUNC, ARGS, ELSE) macro
|
/l4re-core-master/uclibc/lib/libpthread/include/bits/ |
A D | libc-lock.h | 112 # define __libc_maybe_call2(FUNC, ARGS, ELSE) \ macro 116 # define __libc_maybe_call2(FUNC, ARGS, ELSE) __libc_maybe_call (__##FUNC, ARGS, ELSE) macro
|
Completed in 6 milliseconds