Home
last modified time | relevance | path

Searched refs:PENDING_MASK (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Drwlock.h147 LIBC_INLINE_VAR static constexpr int PENDING_MASK = variable
175 return state & PENDING_MASK; in has_pending()