Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampling_profiler.cc281 Lock thread_execution_state_lock_; // Protects all thread_execution_state_* member in base::StackSamplingProfiler::SamplingThread
283 GUARDED_BY(thread_execution_state_lock_) = NOT_STARTED;
285 GUARDED_BY(thread_execution_state_lock_);
287 GUARDED_BY(thread_execution_state_lock_) = false;
294 GUARDED_BY(thread_execution_state_lock_) = 0;
303 AutoLock lock(sampler->thread_execution_state_lock_); in Reset()
320 AutoLock lock(sampler->thread_execution_state_lock_); in Reset()
333 AutoLock lock(sampler->thread_execution_state_lock_); in DisableIdleShutdown()
351 AutoLock lock(sampler->thread_execution_state_lock_); in ShutdownAssumingIdle()
470 AutoLock lock(thread_execution_state_lock_); in GetOrCreateTaskRunnerForAdd()
[all …]
/aosp_15_r20/external/libchrome/base/profiler/
H A Dstack_sampling_profiler.cc276 Lock thread_execution_state_lock_; // Protects all thread_execution_state_* member in base::StackSamplingProfiler::SamplingThread
296 AutoLock lock(sampler->thread_execution_state_lock_); in Reset()
313 AutoLock lock(sampler->thread_execution_state_lock_); in Reset()
326 AutoLock lock(sampler->thread_execution_state_lock_); in DisableIdleShutdown()
344 AutoLock lock(sampler->thread_execution_state_lock_); in ShutdownAssumingIdle()
416 AutoLock lock(thread_execution_state_lock_); in GetOrCreateTaskRunnerForAdd()
467 AutoLock lock(thread_execution_state_lock_); in GetTaskRunner()
516 AutoLock lock(thread_execution_state_lock_); in ScheduleShutdownIfIdle()
548 AutoLock lock(thread_execution_state_lock_); in AddCollectionTask()
626 AutoLock lock(thread_execution_state_lock_); in ShutdownTask()