Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dcallonce.h21 static constexpr FutexWordType FINISH = 0x33; variable
27 return flag->load(cpp::MemoryOrder::RELAXED) == FINISH; in callonce_fastpath()
H A Dcallonce.cpp25 auto status = futex_word->exchange(FINISH); in callonce_slowpath()
/freebsd/sys/geom/bde/
H A Dg_bde.h
H A Dg_bde_work.c