struct WakeThreadsResult
Defined at line 140 of file ../../zircon/kernel/include/kernel/owned_wait_queue.h
A structure which holds the state of the queue as observed just before the
queue lock was dropped. Used by futex and kernel mutex implementations to
update their bookkeeping before unwinding after a wake operation.
Public Members
uint32_t woken
uint32_t still_waiting
Thread * owner