Home
last modified time | relevance | path

Searched defs:Suspend (Results 1 – 11 of 11) sorted by relevance

/external/lzma/CPP/Windows/
DThread.h29 DWORD Suspend() { return ::SuspendThread(thread); } in Suspend() function
/external/skqp/src/ports/
DSkFontMgr_fontconfig.cpp105 struct Suspend { struct in __anon67a0953e0111::FCLocker
106 Suspend() { unlock(); } in Suspend() function
107 ~Suspend() { lock(); } in ~Suspend()
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp105 struct Suspend { struct in __anon9b767b870111::FCLocker
106 Suspend() { unlock(); } in Suspend() function
107 ~Suspend() { lock(); } in ~Suspend()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.cc163 void PerBalancerStore::Suspend() { in Suspend() function in grpc::load_reporter::PerBalancerStore
/external/grpc-grpc/test/cpp/server/load_reporter/
Dload_data_store_test.cc351 TEST_F(PerBalancerStoreTest, Suspend) { in TEST_F() argument
/external/adhd/cras/src/tests/
Dsystem_state_unittest.cc309 TEST(SystemStateSuite, Suspend) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCoroutines.rst401 .. _coroutine promise:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp550 static bool simplifySuspendPoint(CoroSuspendInst *Suspend, in simplifySuspendPoint()
DCoroFrame.cpp84 bool Suspend = false; member
/external/clang/include/clang/AST/
DExprCXX.h4136 enum SubExpr { Common, Ready, Suspend, Resume, Count }; enumerator
4142 Expr *Ready, Expr *Suspend, Expr *Resume) in CoroutineSuspendExpr()
4209 Expr *Suspend, Expr *Resume) in CoawaitExpr()
4232 Expr *Suspend, Expr *Resume) in CoyieldExpr()
/external/v8/src/ast/
Dast.h2161 Suspend(NodeType node_type, Expression* expression, int pos, in Suspend() function