hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
AbstractQueuedSynchronizer.selfInterrupt
hunt
concurrency
AbstractQueuedSynchronizer
AbstractQueuedSynchronizer
Convenience method to interrupt current thread.
class
AbstractQueuedSynchronizer
static
void
selfInterrupt
(
)
Meta
Source
See Implementation
hunt
concurrency
AbstractQueuedSynchronizer
AbstractQueuedSynchronizer
constructors
this
functions
acquire
acquireInterruptibly
acquireQueued
acquireShared
acquireSharedInterruptibly
apparentlyFirstQueuedIsExclusive
compareAndSetState
fullyRelease
getExclusiveQueuedThreads
getFirstQueuedThread
getQueueLength
getQueuedThreads
getSharedQueuedThreads
getState
hasContended
hasQueuedPredecessors
hasQueuedThreads
isHeldExclusively
isOnSyncQueue
isQueued
release
releaseShared
setState
toString
transferAfterCancelledWait
transferForSignal
tryAcquire
tryAcquireNanos
tryAcquireShared
tryAcquireSharedNanos
tryRelease
tryReleaseShared
static functions
selfInterrupt
variables
SPIN_FOR_TIMEOUT_THRESHOLD
Convenience method to interrupt current thread.