Searched refs:FutexRequeue (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Dfutex_context.h35 // or until the thread is woken by a FutexWake or FutexRequeue operation
48 zx_status_t FutexRequeue(user_in_ptr<const int> wake_ptr, uint32_t wake_count, int current_value,
/fuchsia/zircon/kernel/syscalls/
H A Dfutex.cpp38 return ProcessDispatcher::GetCurrent()->futex_context()->FutexRequeue(
/fuchsia/zircon/kernel/object/
H A Dfutex_context.cpp131 zx_status_t FutexContext::FutexRequeue(user_in_ptr<const int> wake_ptr, uint32_t wake_count, int current_value, function in class:FutexContext
217 // FutexRequeue(), so we need to re-get the hash table key here.

Completed in 31 milliseconds