Home
last modified time | relevance | path

Searched defs:routine (Results 26 - 27 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp588 std::shared_ptr<Routine> routine; in acquireRoutine() local
4457 auto routine = jit->acquireRoutine(name, funcs, Nucleus::CoroutineEntryCount, cfg); in acquireCoroutine() local
4465 Nucleus::CoroutineHandle Nucleus::invokeCoroutineBegin(Routine &routine, std::function<Nucleus::CoroutineHandle()> func) in invokeCoroutineBegin() argument
H A DReactor.hpp3209 auto routine = core->acquireRoutine(fullName, nullptr); in operator ()() local
3225 auto routine = core->acquireRoutine(fullName, &cfg); in operator ()() local

Completed in 14 milliseconds

12