Home
last modified time | relevance | path

Searched defs:UNLOCKED (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/__support/threads/linux/
H A Draw_mutex.h43 LIBC_INLINE_VAR static constexpr FutexWordType UNLOCKED = 0b00; global() variable
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1113 typedef enum { UNINIT = -1, UNLOCKED, LOCKED } kmp_stub_lock_t; enumerator