Home
last modified time | relevance | path

Searched refs:Exiting (Results 1 – 20 of 20) sorted by relevance

/external/libcxx/test/std/thread/futures/futures.shared_future/
Dwait_until.pass.cpp27 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting }; enumerator
46 set_worker_thread_state(WorkerThreadState::Exiting); in func1()
56 set_worker_thread_state(WorkerThreadState::Exiting); in func3()
63 set_worker_thread_state(WorkerThreadState::Exiting); in func5()
80 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
101 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
122 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
/external/libcxx/test/std/thread/futures/futures.unique_future/
Dwait_until.pass.cpp25 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting }; enumerator
44 set_worker_thread_state(WorkerThreadState::Exiting); in func1()
54 set_worker_thread_state(WorkerThreadState::Exiting); in func3()
61 set_worker_thread_state(WorkerThreadState::Exiting); in func5()
78 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
99 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
120 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
/external/llvm/lib/Fuzzer/test/
Dfuzzer.test33 UNINSTRUMENTED: ERROR: __sanitizer_set_death_callback is not defined. Exiting.
36 NO_COVERAGE: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting
/external/protobuf/
Dappveyor.bat6 echo Unsupported language %language%. Exiting.
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp35 BasicBlock *Exiting = L->getExitingBlock(); in runOnFunction() local
38 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp35 BasicBlock *Exiting = L->getExitingBlock(); in runOnFunction() local
38 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBranchProbabilityInfo.cpp315 BasicBlock *Exiting = *EI; in calcLoopBranchHeuristics() local
316 BP->setEdgeWeight(BB, Exiting, exitWeight); in calcLoopBranchHeuristics()
/external/vulkan-validation-layers/build-android/
Dupdate_external_sources_android.bat74 echo Exiting
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m750 GTMLoggerDebug(@"Exiting with no errors");
/external/clang/docs/analyzer/
DIPA.txt126 Exiting an inlined function is a bit more work, fortunately broken up into
/external/python/cpython3/Doc/library/
Dsocketserver.rst380 Support for the :term:`context manager` protocol was added. Exiting the
Dcontextlib.rst697 logging.info('Exiting: %s', self.name)
Dimportlib.rst910 Exiting the context manager cleans up any temporary file created when the
Dargparse.rst1986 Exiting methods
Dsocket.rst994 Support for the :term:`context manager` protocol was added. Exiting the
/external/google-benchmark/
DREADME.md800 ## Exiting Benchmarks in Error
/external/libcxx/utils/google-benchmark/
DREADME.md793 ## Exiting Benchmarks in Error
/external/bcc/docs/
Dreference_guide.md1513 print("0 functions matched by \"%s\". Exiting." % args.pattern)
/external/python/cpython2/Doc/library/
Dargparse.rst1909 Exiting methods
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1261 logging.info('Exiting: %s', name)