Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dplatform.h441 start_semaphore_ = new Semaphore(0); in StartSynchronously()
443 start_semaphore_->Wait(); in StartSynchronously()
444 delete start_semaphore_; in StartSynchronously() local
445 start_semaphore_ = NULL; in StartSynchronously()
498 if (start_semaphore_) start_semaphore_->Signal(); in NotifyStartedAndRun()
509 Semaphore* start_semaphore_; variable
Dplatform-posix.cc464 start_semaphore_(NULL) { in Thread()
Dplatform-win32.cc1334 start_semaphore_(NULL) { in Thread()