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