Searched refs:Exiting (Results 1 – 20 of 20) sorted by relevance
/external/libcxx/test/std/thread/futures/futures.shared_future/ |
D | wait_until.pass.cpp | 27 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/ |
D | wait_until.pass.cpp | 25 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/ |
D | fuzzer.test | 33 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/ |
D | appveyor.bat | 6 echo Unsupported language %language%. Exiting.
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | UnrollAnalyzer.cpp | 35 BasicBlock *Exiting = L->getExitingBlock(); in runOnFunction() local 38 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
|
/external/llvm/unittests/Analysis/ |
D | UnrollAnalyzer.cpp | 35 BasicBlock *Exiting = L->getExitingBlock(); in runOnFunction() local 38 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 315 BasicBlock *Exiting = *EI; in calcLoopBranchHeuristics() local 316 BP->setEdgeWeight(BB, Exiting, exitWeight); in calcLoopBranchHeuristics()
|
/external/vulkan-validation-layers/build-android/ |
D | update_external_sources_android.bat | 74 echo Exiting
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 750 GTMLoggerDebug(@"Exiting with no errors");
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 126 Exiting an inlined function is a bit more work, fortunately broken up into
|
/external/python/cpython3/Doc/library/ |
D | socketserver.rst | 380 Support for the :term:`context manager` protocol was added. Exiting the
|
D | contextlib.rst | 697 logging.info('Exiting: %s', self.name)
|
D | importlib.rst | 910 Exiting the context manager cleans up any temporary file created when the
|
D | argparse.rst | 1986 Exiting methods
|
D | socket.rst | 994 Support for the :term:`context manager` protocol was added. Exiting the
|
/external/google-benchmark/ |
D | README.md | 800 ## Exiting Benchmarks in Error
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 793 ## Exiting Benchmarks in Error
|
/external/bcc/docs/ |
D | reference_guide.md | 1513 print("0 functions matched by \"%s\". Exiting." % args.pattern)
|
/external/python/cpython2/Doc/library/ |
D | argparse.rst | 1909 Exiting methods
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 1261 logging.info('Exiting: %s', name)
|