struct RequeueLockingDetails

Defined at line 122 of file ../../zircon/kernel/include/kernel/owned_wait_queue.h

Public Members

Thread * new_requeue_target_owner
const void * new_requeue_target_owner_stop_point
const void * old_wake_queue_owner_stop_point
const void * old_requeue_target_owner_stop_point
WakeRequeueThreadDetails threads

Public Methods

void RequeueLockingDetails ()

No copy, yes move (because of the unblock lists)

Defined at line 124 of file ../../zircon/kernel/include/kernel/owned_wait_queue.h

void RequeueLockingDetails (const RequeueLockingDetails & )

Defined at line 125 of file ../../zircon/kernel/include/kernel/owned_wait_queue.h

RequeueLockingDetails & operator= (const RequeueLockingDetails & )

Defined at line 126 of file ../../zircon/kernel/include/kernel/owned_wait_queue.h

void RequeueLockingDetails (RequeueLockingDetails && )

Defined at line 127 of file ../../zircon/kernel/include/kernel/owned_wait_queue.h

RequeueLockingDetails & operator= (RequeueLockingDetails && )

Defined at line 128 of file ../../zircon/kernel/include/kernel/owned_wait_queue.h