Home
last modified time | relevance | path

Searched refs:cancellation_flag_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_sampling_thread.cc35 while (!cancellation_flag_.IsSet()) { in ThreadMain()
88 cancellation_flag_.Set(); in Stop()
Dtrace_sampling_thread.h47 CancellationFlag cancellation_flag_; variable