Home
last modified time | relevance | path

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

/freebsd/include/
H A Dpthread.h243 __trylocks_exclusive(0, *__mutex);
246 __trylocks_exclusive(0, *__mutex);
264 __trylocks_exclusive(0, *__rwlock);
268 __trylocks_exclusive(0, *__rwlock);
293 __trylocks_exclusive(0, *__spin);
/freebsd/lib/libstdthreads/
H A Dthreads.h95 __trylocks_exclusive(thrd_success, *__mtx);
97 __trylocks_exclusive(thrd_success, *__mtx);
/freebsd/sys/sys/
H A Dcdefs.h717 #define __trylocks_exclusive(...) \ macro