Searched refs:__trylocks_exclusive (Results 1 – 4 of 4) sorted by relevance
240 __nonnull(1) __trylocks_exclusive(0, *__mutex);243 __nonnull_all __trylocks_exclusive(0, *__mutex);259 __nonnull_all __trylocks_exclusive(0, *__rwlock);263 __nonnull(1) __trylocks_exclusive(0, *__rwlock);289 __trylocks_exclusive(0, *__spin);
95 __trylocks_exclusive(thrd_success, *__mtx);97 __trylocks_exclusive(thrd_success, *__mtx);
73 mtx_trylock(pthread_mutex_t *lock) __trylocks_exclusive(true, *lock) in mtx_trylock()
829 #define __trylocks_exclusive(...) \ macro