Searched defs:Resume (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp44 Status NativeThreadNetBSD::Resume() { function in class:NativeThreadNetBSD
H A DNativeProcessNetBSD.cpp424 Status NativeProcessNetBSD::Resume(const ResumeActionList &resume_actions) { function in class:NativeProcessNetBSD
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp98 static std::pair<uint64_t, Align> getFrameLayout(Function *Resume) { argument
H A DCoroInternal.h98 Resume, enumerator in enum:llvm::coro::Shape::SwitchFieldIndex::__anon4508
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp307 bool FreeBSDThread::Resume() { function in class:FreeBSDThread
H A DProcessMonitor.cpp1304 bool ProcessMonitor::Resume(lldb::tid_t unused, uint32_t signo) { function in class:ProcessMonitor
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1037 bool SBThread::Resume() { function in class:SBThread
1044 bool SBThread::Resume(SBError &error) { function in class:SBThread
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1433 Status Process::Resume() { function in class:Process
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4603 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator in enum:clang::CoroutineSuspendExpr::SubExpr
4609 CoroutineSuspendExpr(StmtClass SC, SourceLocation KeywordLoc, Expr *Common, Expr *Ready, Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue) argument
4687 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue, bool IsImplicit = false) argument
4772 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, Expr *Suspend, Expr *Resume, OpaqueValueExpr *OpaqueValue) argument
[all...]

Completed in 110 milliseconds