Home
last modified time | relevance | path

Searched refs:SuspendActionResume (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4136 SuspendActionResume = 0, enumerator
4240 // case SuspendActionResume: in promoteFunctionToCoroutine()
4290 // switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionResume), trapBlock); // TODO: Trap attempting to resume after final suspend in promoteFunctionToCoroutine()
4344 // case SuspendActionResume: in yield()
4374 switch_->addCase(llvm::ConstantInt::get(i8Ty, SuspendActionResume), resumeBlock); in yield()

Completed in 8 milliseconds