Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DCoroutine.hpp188 std::function<Nucleus::CoroutineHandle()> coroutineBegin = [=] { in operator ()() local
195 auto handle = Nucleus::invokeCoroutineBegin(*routine, coroutineBegin); in operator ()()