struct RequeueLockingDetails

Defined at line 106 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 108 of file ../../zircon/kernel/include/kernel/owned_wait_queue.h

void RequeueLockingDetails (const RequeueLockingDetails & )

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

RequeueLockingDetails & operator= (const RequeueLockingDetails & )

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

void RequeueLockingDetails (RequeueLockingDetails && )

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

RequeueLockingDetails & operator= (RequeueLockingDetails && )

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