Searched defs:UNLOCKED (Results 1 – 2 of 2) sorted by relevance
43 LIBC_INLINE_VAR static constexpr FutexWordType UNLOCKED = 0b00; global() variable [all...]
1113 typedef enum { UNINIT = -1, UNLOCKED, LOCKED } kmp_stub_lock_t; enumerator