Home
last modified time | relevance | path

Searched refs:undispatched (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt153 val undispatched = mode == MODE_UNDISPATCHED in dispatch() constant
154 …if (!undispatched && delegate is DispatchedContinuation<*> && mode.isCancellableMode == resumeMode… in dispatch()
166 resume(delegate, undispatched) in dispatch()
171 internal fun <T> DispatchedTask<T>.resume(delegate: Continuation<T>, undispatched: Boolean) { in resume()
177 undispatched -> (delegate as DispatchedContinuation).resumeUndispatchedWith(result) in resume()
190 resume(delegate, undispatched = true) in resumeUnconfined()
/external/wayland/
DCONTRIBUTING.md43 connection: Make wl_closure_destroy() close fds of undispatched closures