Home
last modified time | relevance | path

Searched refs:ELSE (Results 1 – 2 of 2) sorted by relevance

/sysdeps/htl/
A Dlibc-lockP.h31 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument
33 _fn != NULL ? (*_fn) ARGS : ELSE; }))
35 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument
36 (FUNC != NULL ? FUNC ARGS : ELSE)
42 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument
43 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
48 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument
54 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument
55 __libc_maybe_call (FUNC, ARGS, ELSE)
/sysdeps/nptl/
A Dlibc-lockP.h84 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument
86 _fn != NULL ? (*_fn) ARGS : ELSE; }))
88 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument
89 (FUNC != NULL ? FUNC ARGS : ELSE)
96 #define __libc_ptf_call(FUNC, ARGS, ELSE) FUNC ARGS argument

Completed in 6 milliseconds