class ThreadSuspendScope

Defined at line 119 of file ../../src/performance/lib/gperftools/fuchsia/thread_interrupter.cc

A scope within which a target thread is suspended. When the scope is exited,

the thread is resumed and its handle is closed.

Public Methods

void ThreadSuspendScope (zx_handle_t thread_handle)

Defined at line 121 of file ../../src/performance/lib/gperftools/fuchsia/thread_interrupter.cc

void ~ThreadSuspendScope ()

Defined at line 131 of file ../../src/performance/lib/gperftools/fuchsia/thread_interrupter.cc

bool suspended ()

Defined at line 138 of file ../../src/performance/lib/gperftools/fuchsia/thread_interrupter.cc