Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h143 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument
144 (__extension__ ({ __typeof (FUNC) *_fn = (FUNC); \
147 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ argument
148 (FUNC != NULL ? FUNC ARGS : ELSE)
154 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument
155 (__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)
156 # define __libc_ptf_call_always(FUNC, ARGS) \ argument
157 PTHFCT_CALL (ptr_##FUNC, ARGS)
160 # define __libc_ptf_call(FUNC, ARGS, ELSE) \ argument
161 __libc_maybe_call (FUNC, ARGS, ELSE)
[all …]