Searched refs:current_profiles_semaphore_ (Results 1 – 2 of 2) sorted by relevance
604 : profiler_(nullptr), current_profiles_semaphore_(1) {} in CpuProfilesCollection()609 current_profiles_semaphore_.Wait(); in StartProfiling()611 current_profiles_semaphore_.Signal(); in StartProfiling()617 current_profiles_semaphore_.Signal(); in StartProfiling()624 current_profiles_semaphore_.Signal(); in StartProfiling()632 current_profiles_semaphore_.Wait(); in StopProfiling()648 current_profiles_semaphore_.Signal(); in StopProfiling()679 current_profiles_semaphore_.Wait(); in AddPathToCurrentProfiles()683 current_profiles_semaphore_.Signal(); in AddPathToCurrentProfiles()
434 base::Semaphore current_profiles_semaphore_; variable