HomeSort by relevance Sort by last modified time
    Searched refs:current_profiles_semaphore_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
profile-generator.cc 575 current_profiles_semaphore_(OS::CreateSemaphore(1)) {
597 delete current_profiles_semaphore_;
607 current_profiles_semaphore_->Wait();
609 current_profiles_semaphore_->Signal();
615 current_profiles_semaphore_->Signal();
620 current_profiles_semaphore_->Signal();
635 current_profiles_semaphore_->Wait();
642 current_profiles_semaphore_->Signal();
832 current_profiles_semaphore_->Wait();
836 current_profiles_semaphore_->Signal()
    [all...]
profile-generator.h 349 Semaphore* current_profiles_semaphore_; member in class:v8::internal::CpuProfilesCollection
    [all...]

Completed in 31 milliseconds