Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/par/
Dqueue.go16 type queueState struct { struct
17 active int // number of goroutines processing work; always nonzero when len(backlog) > 0
18 backlog []func()
19 idle chan struct{} // if non-nil, closed when active becomes 0
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.cpp386 for (auto queueState : anbInfo->queueStates) { in teardownAndroidNativeBufferImage() local
547 AndroidNativeBufferInfo::QueueState& queueState = in setAndroidNativeImageSemaphoreSignaled() local
611 const AndroidNativeBufferInfo::QueueState& queueState = in setAndroidNativeImageSemaphoreSignaled() local
656 auto& queueState = anbInfo->queueStates[queueFamilyIndex]; in syncImageToColorBuffer() local
/aosp_15_r20/external/oboe/src/opensles/
H A DAudioStreamOpenSLES.cpp398 SLAndroidSimpleBufferQueueState queueState; in getBufferDepth() local