Searched refs:TYPE_SIMPLE_LOCK (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/sys/sys/ |
H A D | umtxvar.h | 45 TYPE_SIMPLE_LOCK, enumerator
|
/freebsd-src/sys/kern/ |
H A D | kern_umtx.c | 969 if ((error = umtx_key_get(umtx, TYPE_SIMPLE_LOCK, in do_lock_umtx() 1058 if ((error = umtx_key_get(umtx, TYPE_SIMPLE_LOCK, AUTO_SHARE, in do_unlock_umtx() 1150 if ((error = umtx_key_get(m, TYPE_SIMPLE_LOCK, in do_lock_umtx32() 1239 if ((error = umtx_key_get(m, TYPE_SIMPLE_LOCK, AUTO_SHARE, in do_unlock_umtx32()
|