< prev index next >

src/os/windows/vm/semaphore_windows.hpp

Print this page
rev 13182 : 8183229: Implement WindowsSemaphore::trywait
Reviewed-by:

*** 41,50 **** --- 41,52 ---- ~WindowsSemaphore(); void signal(uint count = 1); void wait(); + + bool trywait(); }; typedef WindowsSemaphore SemaphoreImpl; #endif // OS_WINDOWS_VM_SEMAPHORE_WINDOWS_HPP
< prev index next >