Module std::sys::unix::futex

source ·

Functions

  • Wait for a futex_wake operation to wake us.
  • Wake up one thread that’s blocked on futex_wait on this futex.
  • Wake up all threads that are waiting on futex_wait on this futex.