Home
last modified time | relevance | path

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

/NextBSD/include/
HDpthread.h240 __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);
/NextBSD/lib/libstdthreads/
HDthreads.h95 __trylocks_exclusive(thrd_success, *__mtx);
97 __trylocks_exclusive(thrd_success, *__mtx);
/NextBSD/sbin/hastd/
HDsynch.h73 mtx_trylock(pthread_mutex_t *lock) __trylocks_exclusive(true, *lock) in mtx_trylock()
/NextBSD/sys/sys/
HDcdefs.h829 #define __trylocks_exclusive(...) \ macro