Home
last modified time | relevance | path

Searched defs:wake (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/__support/threads/linux/
H A Draw_mutex.h94 LIBC_INLINE void wake(bool is_pshared) { futex.notify_one(is_pshared); } wake() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h292 bool wake; in ReadUnlock() local