Home
last modified time | relevance | path

Searched refs:__libc_maybe_call (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) \ macro
147 # define __libc_maybe_call(FUNC, ARGS, ELSE) \ macro
161 __libc_maybe_call (FUNC, ARGS, ELSE)
173 __libc_maybe_call (__pthread_mutex_init, (&(NAME), NULL), 0)
182 __libc_maybe_call (__pthread_rwlock_init, (&(NAME), NULL), 0)
222 __libc_maybe_call (__pthread_mutex_destroy, (&(NAME)), 0)
228 __libc_maybe_call (__pthread_rwlock_destroy, (&(NAME)), 0)
236 __libc_maybe_call (__pthread_mutex_destroy, (&(NAME)), 0)
245 __libc_maybe_call (__pthread_mutex_lock, (&(NAME)), 0)
266 __libc_maybe_call (__pthread_mutex_lock, (&(NAME).mutex), 0)
[all …]