Module wasmer_wasix::syscalls::wasix::futex_wake
source · Functions§
- Wake up one thread that’s blocked on futex_wait on this futex. Returns true if this actually woke up such a thread, or false if no thread was waiting on this futex.