Home
last modified time | relevance | path

Searched refs:start_semaphore_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/base/platform/
Dplatform.h413 start_semaphore_ = new Semaphore(0); in StartSynchronously()
415 start_semaphore_->Wait(); in StartSynchronously()
416 delete start_semaphore_; in StartSynchronously() local
417 start_semaphore_ = NULL; in StartSynchronously()
466 if (start_semaphore_) start_semaphore_->Signal(); in NotifyStartedAndRun()
477 Semaphore* start_semaphore_; variable
Dplatform-posix.cc537 start_semaphore_(NULL) { in Thread()
Dplatform-win32.cc1334 start_semaphore_(NULL) { in Thread()