HomeSort by relevance Sort by last modified time
    Searched refs:CreateSemaphore (Results 1 - 25 of 35) sorted by null

1 2

  /external/v8/src/
win32-headers.h 96 #undef CreateSemaphore
debug-agent.h 51 terminate_now_(OS::CreateSemaphore(0)),
52 listening_(OS::CreateSemaphore(0)) {
d8-debug.h 59 event_available_(i::OS::CreateSemaphore(0)),
platform-nullos.cc 432 Semaphore* OS::CreateSemaphore(int count) {
isolate.cc 147 wait_for_ever_semaphore_(OS::CreateSemaphore(0)),
148 data_ready_semaphore_(OS::CreateSemaphore(0)),
platform.h 248 static Semaphore* CreateSemaphore(int count);
runtime-profiler.cc 114 Semaphore* RuntimeProfiler::semaphore_ = OS::CreateSemaphore(0);
platform-openbsd.cc 548 Semaphore* OS::CreateSemaphore(int count) {
platform-cygwin.cc 592 Semaphore* OS::CreateSemaphore(int count) {
platform-freebsd.cc 613 Semaphore* OS::CreateSemaphore(int count) {
platform-macos.cc 645 Semaphore* OS::CreateSemaphore(int count) {
platform-solaris.cc 585 Semaphore* OS::CreateSemaphore(int count) {
  /external/v8/test/cctest/
test-lock.cc 45 Semaphore* sem = OS::CreateSemaphore(0);
cctest.h 93 gate_(v8::internal::OS::CreateSemaphore(0)),
test-sockets.cc 19 listening_(OS::CreateSemaphore(0)) {
test-threads.cc 175 i::Semaphore* semaphore = i::OS::CreateSemaphore(0);
test-thread-termination.cc 176 semaphore = v8::internal::OS::CreateSemaphore(0);
231 semaphore = v8::internal::OS::CreateSemaphore(0);
test-circular-queue.cc 128 i::Semaphore* semaphore = i::OS::CreateSemaphore(0);
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_syssem.c 57 sem->id = CreateSemaphore(NULL, initial_value, 32*1024, NULL);
  /external/valgrind/unittest/
windows_tests.cc 518 HANDLE sem = CreateSemaphore(NULL,
538 HANDLE h1 = CreateSemaphore(NULL, 0, 10, NAME),
539 h2 = CreateSemaphore(NULL, 0, 15, NAME);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadingWin.cpp 435 m_condition.m_blockLock = CreateSemaphore(0, 1, 1, 0);
436 m_condition.m_blockQueue = CreateSemaphore(0, 0, MaxSemaphoreCount, 0);
  /external/qemu/
tap-win32.c 421 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/
shell.cc 86 next_semaphore_(v8::internal::OS::CreateSemaphore(0)),
87 done_semaphore_(v8::internal::OS::CreateSemaphore(0)),
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.cc 86 semaphore_ = CreateSemaphore(NULL, 0, kMaxQueueSize, NULL);
  /external/quake/quake/src/QW/client/
sys_win.c 174 qwclsemaphore = CreateSemaphore(

Completed in 2507 milliseconds

1 2