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

1 2

  /external/v8/src/
debug-agent.h 50 terminate_now_(OS::CreateSemaphore(0)),
51 listening_(OS::CreateSemaphore(0)) {
d8-debug.h 59 event_available_(i::OS::CreateSemaphore(0)),
platform-nullos.cc 412 Semaphore* OS::CreateSemaphore(int count) {
platform.h 228 static Semaphore* CreateSemaphore(int count);
platform-macos.cc 528 Semaphore* OS::CreateSemaphore(int count) {
platform-openbsd.cc 528 Semaphore* OS::CreateSemaphore(int count) {
platform-solaris.cc 516 Semaphore* OS::CreateSemaphore(int count) {
top.cc 132 wait_for_ever_semaphore_ = OS::CreateSemaphore(0);
133 data_ready_semaphore_ = OS::CreateSemaphore(0);
    [all...]
platform-freebsd.cc 555 Semaphore* OS::CreateSemaphore(int count) {
platform-linux.cc 663 Semaphore* OS::CreateSemaphore(int count) {
platform-win32.cc 88 #undef CreateSemaphore
    [all...]
debug.cc     [all...]
log.cc 264 buffer_semaphore_(OS::CreateSemaphore(0)),
    [all...]
  /external/v8/test/cctest/
test-lock.cc 45 Semaphore* sem = OS::CreateSemaphore(0);
test-sockets.cc 15 listening_(OS::CreateSemaphore(0)) {
cctest.h 92 gate_(v8::internal::OS::CreateSemaphore(0)),
test-thread-termination.cc 160 semaphore = v8::internal::OS::CreateSemaphore(0);
211 semaphore = v8::internal::OS::CreateSemaphore(0);
test-log.cc 358 semaphore_(v8::internal::OS::CreateSemaphore(0)),
438 semaphore_(v8::internal::OS::CreateSemaphore(0)),
    [all...]
test-debug.cc     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_syssem.c 57 sem->id = CreateSemaphore(NULL, initial_value, 32*1024, NULL);
  /external/webkit/JavaScriptCore/wtf/
ThreadingWin.cpp 439 m_condition.m_blockLock = CreateSemaphore(0, 1, 1, 0);
440 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);
  /development/simulator/app/
Semaphore.cpp 412 hSem = CreateSemaphore(
422 LOG(LOG_ERROR, "sem", "CreateSemaphore(%s) failed (err=%ld)\n",
  /external/quake/quake/src/QW/client/
sys_win.c 174 qwclsemaphore = CreateSemaphore(
  /frameworks/base/libs/utils/
Threads.cpp 522 condState->sema = CreateSemaphore(NULL, 0, 0x7fffffff, NULL);

Completed in 1158 milliseconds

1 2