Class SemaphoreImpl
java.lang.Object
com.biglybt.pifimpl.local.utils.SemaphoreImpl
- All Implemented Interfaces:
Semaphore
-
Field Details
-
next_sem_id
private static long next_sem_id -
sem
-
-
Constructor Details
-
SemaphoreImpl
-
-
Method Details
-
reserve
-
reserveIfAvailable
public boolean reserveIfAvailable()- Specified by:
reserveIfAvailablein interfaceSemaphore
-
reserve
-
release
-
releaseAllWaiters
public void releaseAllWaiters()- Specified by:
releaseAllWaitersin interfaceSemaphore
-