Searched refs:CreateSemaphore (Results 1 - 25 of 34) sorted by relevance

12

/external/v8/src/
H A Dwin32-headers.h96 #undef CreateSemaphore macro
H A Ddebug-agent.h51 terminate_now_(OS::CreateSemaphore(0)),
52 listening_(OS::CreateSemaphore(0)) {
H A Dd8-debug.h59 event_available_(i::OS::CreateSemaphore(0)),
H A Dplatform-nullos.cc432 Semaphore* OS::CreateSemaphore(int count) { function in class:v8::internal::OS
H A Disolate.cc147 wait_for_ever_semaphore_(OS::CreateSemaphore(0)),
148 data_ready_semaphore_(OS::CreateSemaphore(0)),
H A Dplatform.h248 static Semaphore* CreateSemaphore(int count);
H A Druntime-profiler.cc114 Semaphore* RuntimeProfiler::semaphore_ = OS::CreateSemaphore(0);
H A Dplatform-openbsd.cc548 Semaphore* OS::CreateSemaphore(int count) { function in class:v8::internal::OS
H A Dplatform-cygwin.cc592 Semaphore* OS::CreateSemaphore(int count) { function in class:v8::internal::OS
H A Dplatform-freebsd.cc613 Semaphore* OS::CreateSemaphore(int count) { function in class:v8::internal::OS
H A Dplatform-macos.cc645 Semaphore* OS::CreateSemaphore(int count) { function in class:v8::internal::OS
H A Dplatform-solaris.cc585 Semaphore* OS::CreateSemaphore(int count) { function in class:v8::internal::OS
/external/v8/test/cctest/
H A Dtest-lock.cc45 Semaphore* sem = OS::CreateSemaphore(0);
H A Dcctest.h93 gate_(v8::internal::OS::CreateSemaphore(0)),
H A Dtest-sockets.cc19 listening_(OS::CreateSemaphore(0)) {
H A Dtest-threads.cc175 i::Semaphore* semaphore = i::OS::CreateSemaphore(0);
H A Dtest-thread-termination.cc176 semaphore = v8::internal::OS::CreateSemaphore(0);
231 semaphore = v8::internal::OS::CreateSemaphore(0);
H A Dtest-circular-queue.cc128 i::Semaphore* semaphore = i::OS::CreateSemaphore(0);
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/
H A DSDL_syssem.c57 sem->id = CreateSemaphore(NULL, initial_value, 32*1024, NULL);
/external/valgrind/unittest/
H A Dwindows_tests.cc518 HANDLE sem = CreateSemaphore(NULL,
538 HANDLE h1 = CreateSemaphore(NULL, 0, 10, NAME),
539 h2 = CreateSemaphore(NULL, 0, 15, NAME);
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadingWin.cpp435 m_condition.m_blockLock = CreateSemaphore(0, 1, 1, 0);
436 m_condition.m_blockQueue = CreateSemaphore(0, 0, MaxSemaphoreCount, 0);
/external/qemu/
H A Dtap-win32.c421 overlapped->output_queue_semaphore = CreateSemaphore(
431 overlapped->free_list_semaphore = CreateSemaphore(
452 overlapped->tap_semaphore = CreateSemaphore(NULL, 0, TUN_MAX_BUFFER_COUNT, NULL);
/external/v8/samples/
H A Dshell.cc86 next_semaphore_(v8::internal::OS::CreateSemaphore(0)),
87 done_semaphore_(v8::internal::OS::CreateSemaphore(0)),
/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_listen_socket_unittest.cc86 semaphore_ = CreateSemaphore(NULL, 0, kMaxQueueSize, NULL);
/external/quake/quake/src/QW/client/
H A Dsys_win.c174 qwclsemaphore = CreateSemaphore(

Completed in 347 milliseconds

12