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