Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.cc552 current_profiles_semaphore_(1) {} in CpuProfilesCollection()
567 current_profiles_semaphore_.Wait(); in StartProfiling()
569 current_profiles_semaphore_.Signal(); in StartProfiling()
575 current_profiles_semaphore_.Signal(); in StartProfiling()
581 current_profiles_semaphore_.Signal(); in StartProfiling()
589 current_profiles_semaphore_.Wait(); in StopProfiling()
596 current_profiles_semaphore_.Signal(); in StopProfiling()
631 current_profiles_semaphore_.Wait(); in AddPathToCurrentProfiles()
635 current_profiles_semaphore_.Signal(); in AddPathToCurrentProfiles()
Dprofile-generator.h363 base::Semaphore current_profiles_semaphore_; variable