Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dprofile-generator.cc1051 : 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 …]
Dprofile-generator.h590 base::Semaphore current_profiles_semaphore_; variable