Searched refs:current_profiles_semaphore_ (Results 1 – 2 of 2) sorted by relevance
1051 : profiler_(nullptr), current_profiles_semaphore_(1), isolate_(isolate) { in CpuProfilesCollection()1069 current_profiles_semaphore_.Wait(); in StartProfiling()1072 current_profiles_semaphore_.Signal(); in StartProfiling()1084 current_profiles_semaphore_.Signal(); in StartProfiling()1096 current_profiles_semaphore_.Signal(); in StartProfiling()1105 current_profiles_semaphore_.Wait(); in StopProfiling()1119 current_profiles_semaphore_.Signal(); in StopProfiling()1204 current_profiles_semaphore_.Wait(); in AddPathToCurrentProfiles()1224 current_profiles_semaphore_.Signal(); in AddPathToCurrentProfiles()1229 current_profiles_semaphore_.Wait(); in UpdateNativeContextAddressForCurrentProfiles()[all …]
590 base::Semaphore current_profiles_semaphore_; variable