Home
last modified time | relevance | path

Searched defs:SemaphoreImpl (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DSemaphore.h23 class SemaphoreImpl; variable
/external/angle/src/libANGLE/renderer/
DGLImplFactory.h48 class SemaphoreImpl; variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DSemaphore.kt93 private class SemaphoreImpl(private val permits: Int, acquiredPermits: Int) : Semaphore { class