Home
last modified time | relevance | path

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

/freebsd-12-stable/include/
Dpthread.h240 __locks_exclusive(*__mutex);
271 __locks_exclusive(*__rwlock);
290 __locks_exclusive(*__spin);
/freebsd-12-stable/sbin/hastd/
Dsynch.h67 mtx_lock(pthread_mutex_t *lock) __locks_exclusive(*lock) in mtx_lock()
123 rw_wlock(pthread_rwlock_t *lock) __locks_exclusive(*lock) in rw_wlock()
/freebsd-12-stable/lib/libstdthreads/
Dthreads.h94 __locks_exclusive(*__mtx);
/freebsd-12-stable/sys/sys/
Dcdefs.h851 #define __locks_exclusive(...) \ macro