Searched refs:__trylocks_exclusive (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libstdthreads/
H A Dthreads.h97 __trylocks_exclusive(thrd_success, *__mtx);
99 __trylocks_exclusive(thrd_success, *__mtx);
/freebsd-12-stable/include/
H A Dpthread.h242 __trylocks_exclusive(0, *__mutex);
245 __trylocks_exclusive(0, *__mutex);
263 __trylocks_exclusive(0, *__rwlock);
267 __trylocks_exclusive(0, *__rwlock);
292 __trylocks_exclusive(0, *__spin);
/freebsd-12-stable/sbin/hastd/
H A Dsynch.h75 mtx_trylock(pthread_mutex_t *lock) __trylocks_exclusive(true, *lock) function
/freebsd-12-stable/sys/sys/
H A Dcdefs.h850 #define __trylocks_exclusive(...) \ macro

Completed in 124 milliseconds