Searched defs:CreateSemaphore (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ | ||
D | platform-nullos.cc | 461 Semaphore* OS::CreateSemaphore(int count) { in CreateSemaphore() function in v8::internal::OS |
D | platform-cygwin.cc | 592 Semaphore* OS::CreateSemaphore(int count) { in CreateSemaphore() function in v8::internal::OS |
D | platform-macos.cc | 724 Semaphore* OS::CreateSemaphore(int count) { in CreateSemaphore() function in v8::internal::OS |
D | platform-freebsd.cc | 656 Semaphore* OS::CreateSemaphore(int count) { in CreateSemaphore() function in v8::internal::OS |
D | platform-solaris.cc | 661 Semaphore* OS::CreateSemaphore(int count) { in CreateSemaphore() function in v8::internal::OS |
D | platform-openbsd.cc | 722 Semaphore* OS::CreateSemaphore(int count) { in CreateSemaphore() function in v8::internal::OS |
D | platform-linux.cc | 931 Semaphore* OS::CreateSemaphore(int count) { in CreateSemaphore() function in v8::internal::OS |
D | platform-win32.cc | 1749 Semaphore* OS::CreateSemaphore(int count) { in CreateSemaphore() function in v8::internal::OS |