Home
last modified time | relevance | path

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

12

/external/llvm-project/libcxx/test/std/thread/futures/futures.unique_future/
Dwait_until.pass.cpp27 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting }; enumerator
47 set_worker_thread_state(WorkerThreadState::Exiting); in func1()
57 set_worker_thread_state(WorkerThreadState::Exiting); in func3()
64 set_worker_thread_state(WorkerThreadState::Exiting); in func5()
81 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
99 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
117 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
/external/llvm-project/libcxx/test/std/thread/futures/futures.shared_future/
Dwait_until.pass.cpp27 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting }; enumerator
47 set_worker_thread_state(WorkerThreadState::Exiting); in func1()
57 set_worker_thread_state(WorkerThreadState::Exiting); in func3()
64 set_worker_thread_state(WorkerThreadState::Exiting); in func5()
82 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
100 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
118 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/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/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/llvm-project/compiler-rt/test/fuzzer/
Dnot-instrumented.test4 NO_COVERAGE: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting
Dwindows-opt-ref.test8 CHECK-NOT: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting.
/external/python/pyfakefs/.travis/
Dinstall.sh37 echo Exiting.
/external/llvm-project/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h158 Exiting = 0x2, enumerator
191 return getSccBlockType(BB, SccNum) & Exiting; in isSCCExitingBlock()
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp35 BasicBlock *Exiting = L->getExitingBlock(); in runOnFunction() local
38 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
/external/llvm-project/llvm/unittests/Analysis/
DUnrollAnalyzerTest.cpp36 BasicBlock *Exiting = L->getExitingBlock(); in runOnFunction() local
39 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
/external/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/
DREADME.md46 [2018/10/05 06:09:22:4691] NOTICE: Exiting cleanly
/external/protobuf/
Dappveyor.bat7 echo Unsupported language %language% and platform %platform%. Exiting.
/external/pigweed/pw_target_runner/go/
Ddocs.rst43 log.Printf("Exiting test worker %d\n", w.id)
/external/oss-fuzz/infra/cifuzz/test_data/
Dmsan_crash_fuzzer_output.txt34 Exiting
/external/vulkan-validation-layers/build-android/
Dupdate_external_sources_android.bat74 echo Exiting
/external/crosvm/vm_control/src/
Dlib.rs75 Exiting, enumerator
87 Exiting => write!(f, "exiting"), in fmt()
988 *run_mode = Some(VmRunMode::Exiting); in execute()
/external/webrtc/sdk/objc/components/renderer/metal/
DRTCMTLVideoView.m262 RTCLogInfo(@"Incoming frame is nil. Exiting render callback.");
/external/OpenCL-CTS/
DCMakeLists.txt93 message (FATAL_ERROR "Target architecture not recognised. Exiting.")
/external/crosvm/src/
Dlinux.rs2095 VmRunMode::Exiting => break 'vcpu_loop, in run_vcpu()
3050 VmRunMode::Exiting => { in run_control()
3234 kick_all_vcpus(&vcpu_handles, &linux.irq_chip, &VmRunMode::Exiting); in run_control()
/external/llvm-project/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp233 BlockType |= Exiting; in calculateSccBlockType()
/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/llvm-project/clang/docs/analyzer/developer-docs/
DIPA.rst133 Exiting an inlined function is a bit more work, fortunately broken up into
/external/google-benchmark/
DREADME.md305 [Exiting with an Error](#exiting-with-an-error)
1199 ### Exiting with an Error

12