Home
last modified time | relevance | path

Searched defs:Suspend (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DThread.h35 DWORD Suspend() { return ::SuspendThread(thread); } in Suspend() function in NWindows::MY_UNCOPYABLE
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc135 void Target::Suspend() { in Suspend() function in v8::internal::wasm::gdb_server::Target
H A Dgdb-server.cc340 void GdbServer::Suspend() { in Suspend() function in v8::internal::wasm::gdb_server::GdbServer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp274 auto Suspend = cast<CoroSuspendRetconInst>(II); in buildFrom() local
279 auto Suspend = cast<CoroSuspendInst>(II); in buildFrom() local
362 auto Suspend = dyn_cast<CoroSuspendInst>(AnySuspend); in buildFrom() local
396 auto Suspend in buildFrom() local
[all...]
H A DCoroFrame.cpp85 bool Suspend = false; member
H A DCoroSplit.cpp1086 static bool simplifySuspendPoint(CoroSuspendInst *Suspend, in simplifySuspendPoint() argument
1256 auto Suspend = cast<CoroSuspendRetconInst>(Shape.CoroSuspends[i]); in splitRetconCoroutine() local
1325 auto Suspend = Shape.CoroSuspends[i]; splitRetconCoroutine() local
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h2086 class Suspend : public Expression { class
2107 Suspend(NodeType node_type, Expression* expression, int pos, in Suspend() function in v8::internal::Suspend
[all...]

Completed in 16 milliseconds