Home
last modified time | relevance | path

Searched refs:Win32Semaphore (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dplatform-win32.cc1627 class Win32Semaphore : public Semaphore { class
1629 explicit Win32Semaphore(int count) { in Win32Semaphore() function in v8::internal::Win32Semaphore
1633 ~Win32Semaphore() { in ~Win32Semaphore()
1658 return new Win32Semaphore(count); in CreateSemaphore()