Searched refs:current_profiles_semaphore_ (Results 1 – 3 of 3) sorted by relevance
897 : profiler_(nullptr), current_profiles_semaphore_(1), isolate_(isolate) { in CpuProfilesCollection()915 current_profiles_semaphore_.Wait(); in StartProfiling()918 current_profiles_semaphore_.Signal(); in StartProfiling()930 current_profiles_semaphore_.Signal(); in StartProfiling()942 current_profiles_semaphore_.Signal(); in StartProfiling()951 current_profiles_semaphore_.Wait(); in StopProfiling()965 current_profiles_semaphore_.Signal(); in StopProfiling()1050 current_profiles_semaphore_.Wait(); in AddPathToCurrentProfiles()1070 current_profiles_semaphore_.Signal(); in AddPathToCurrentProfiles()1075 current_profiles_semaphore_.Wait(); in UpdateNativeContextAddressForCurrentProfiles()[all …]
589 base::Semaphore current_profiles_semaphore_; variable
151492 - : profiler_(nullptr), current_profiles_semaphore_(1) {}151494 + current_profiles_semaphore_(1),151515 current_profiles_semaphore_.Wait();151518 current_profiles_semaphore_.Signal();151534 current_profiles_semaphore_.Signal();151549 current_profiles_semaphore_.Signal();151562 current_profiles_semaphore_.Wait();151580 current_profiles_semaphore_.Signal();151705 base::Semaphore current_profiles_semaphore_;