Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DTaskGraph.h34 bool hasTasks() const { return !fTasks.empty(); } in hasTasks() function
DRecording.cpp98 bool RecordingPriv::hasTasks() const { return fRecording->fGraph->hasTasks(); } in hasTasks() function in skgpu::graphite::RecordingPriv
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DMultithreadedDispatchers.kt97 private inline fun Long.hasTasks() = this >= 2 in isClosed() method