☰
Module futex
Functions
?
Module
std
::
sys
::
unix
::
futex
source
·
[
−
]
Functions
futex_wait
Wait for a futex_wake operation to wake us.
futex_wake
Wake up one thread that’s blocked on futex_wait on this futex.
futex_wake_all
Wake up all threads that are waiting on futex_wait on this futex.