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.cc445 current_profiles_semaphore_(1) {} in CpuProfilesCollection()
467 current_profiles_semaphore_.Wait(); in StartProfiling()
469 current_profiles_semaphore_.Signal(); in StartProfiling()
475 current_profiles_semaphore_.Signal(); in StartProfiling()
481 current_profiles_semaphore_.Signal(); in StartProfiling()
489 current_profiles_semaphore_.Wait(); in StopProfiling()
496 current_profiles_semaphore_.Signal(); in StopProfiling()
531 current_profiles_semaphore_.Wait(); in AddPathToCurrentProfiles()
535 current_profiles_semaphore_.Signal(); in AddPathToCurrentProfiles()
Dprofile-generator.h350 base::Semaphore current_profiles_semaphore_; variable