Searched refs:__libc_maybe_call (Results 1 - 1 of 1) sorted by path

/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dlibc-lock.h26 #define __libc_maybe_call(func, args, else) func args macro
69 __libc_maybe_call (__pthread_mutex_destroy, (&(NAME).mutex), 0)
73 __libc_maybe_call (__pthread_mutex_lock, (&(NAME).mutex), 0)
77 __libc_maybe_call (__pthread_mutex_trylock, (&(NAME).mutex), 0)
81 __libc_maybe_call (__pthread_mutex_unlock, (&(NAME).mutex), 0)

Completed in 78 milliseconds