class CoreThreadObservation

Defined at line 229 of file ../../zircon/kernel/object/include/object/thread_dispatcher.h

Public Methods

void CoreThreadObservation ()

Defined at line 231 of file ../../zircon/kernel/object/include/object/thread_dispatcher.h

void ~CoreThreadObservation ()

Defined at line 232 of file ../../zircon/kernel/object/include/object/thread_dispatcher.h

void Release ()

Defined at line 234 of file ../../zircon/kernel/object/include/object/thread_dispatcher.h

Thread * core_thread ()

Defined at line 248 of file ../../zircon/kernel/object/include/object/thread_dispatcher.h

void CoreThreadObservation (const CoreThreadObservation & )

Defined at line 250 of file ../../zircon/kernel/object/include/object/thread_dispatcher.h

CoreThreadObservation & operator= (const CoreThreadObservation & )

Defined at line 251 of file ../../zircon/kernel/object/include/object/thread_dispatcher.h

void CoreThreadObservation (CoreThreadObservation && other)

Defined at line 253 of file ../../zircon/kernel/object/include/object/thread_dispatcher.h

CoreThreadObservation & operator= (CoreThreadObservation && other)

Defined at line 255 of file ../../zircon/kernel/object/include/object/thread_dispatcher.h

Friends

class ThreadDispatcher