Searched refs:FINISH (Results 1 – 4 of 4) sorted by relevance
21 static constexpr FutexWordType FINISH = 0x33; variable27 return flag->load(cpp::MemoryOrder::RELAXED) == FINISH; in callonce_fastpath()
25 auto status = futex_word->exchange(FINISH); in callonce_slowpath()