Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dcallonce.h18 static constexpr FutexWordType NOT_CALLED = 0x0; variable
H A Dcallonce.cpp19 FutexWordType not_called = NOT_CALLED; in callonce_slowpath()
/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/
H A Dvdso.cpp27 CallOnceFlag Symbol::once_flag = callonce_impl::NOT_CALLED;