Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dcallonce.cpp19 FutexWordType not_called = NOT_CALLED; in callonce_slowpath() local
23 if (futex_word->compare_exchange_strong(not_called, START)) { in callonce_slowpath()