Searched refs:start_semaphore_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dplatform.h644 start_semaphore_ = OS::CreateSemaphore(0);
646 start_semaphore_->Wait();
647 delete start_semaphore_;
648 start_semaphore_ = NULL;
701 if (start_semaphore_) start_semaphore_->Signal();
712 Semaphore* start_semaphore_; member in class:v8::internal::Thread
H A Dplatform-nullos.cc417 start_semaphore_(NULL) {
H A Dplatform-posix.cc545 start_semaphore_(NULL) {
H A Dplatform-win32.cc1634 start_semaphore_(NULL) {

Completed in 73 milliseconds