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