Home
last modified time | relevance | path

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

/external/libcxx/test/std/thread/futures/futures.shared_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.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/valgrind/helgrind/tests/
Dtc22_exit_w_lock.stderr.exp-solaris11 Thread #x: Exiting thread still holds 2 locks
23 Thread #x: Exiting thread still holds 1 lock
35 Thread #x: Exiting thread still holds 1 lock
Dtc22_exit_w_lock.stderr.exp-kfail-x8612 Thread #x: Exiting thread still holds 2 locks
25 Thread #x: Exiting thread still holds 1 lock
34 Thread #x: Exiting thread still holds 1 lock
Dtc09_bad_unlock.stderr.exp-solaris142 Thread #x: Exiting thread still holds 1 lock
Dtc20_verifywrap.stderr.exp-glibc-2.21243 Thread #x: Exiting thread still holds 1 lock
Dtc20_verifywrap.stderr.exp-mips32236 Thread #x: Exiting thread still holds 1 lock
Dtc20_verifywrap.stderr.exp-s390x236 Thread #x: Exiting thread still holds 1 lock
Dtc20_verifywrap.stderr.exp-mips32-b244 Thread #x: Exiting thread still holds 1 lock
Dtc20_verifywrap.stderr.exp-glibc-2.18233 Thread #x: Exiting thread still holds 1 lock
Dtc20_verifywrap.stderr.exp-solaris255 Thread #x: Exiting thread still holds 1 lock
/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/util/
Dappveyor.bat6 echo Unsupported language %language%. Exiting.
/external/protobuf/
Dappveyor.bat6 echo Unsupported language %language%. Exiting.
/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.bat173 echo Exiting
/external/vulkan-validation-layers/
Dupdate_external_sources.bat184 echo Exiting
/external/libcxx/utils/google-benchmark/
DREADME.md433 ## Exiting Benchmarks in Error
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m750 GTMLoggerDebug(@"Exiting with no errors");
/external/google-benchmark/
DREADME.md433 ## Exiting Benchmarks in Error
/external/clang/docs/analyzer/
DIPA.txt126 Exiting an inlined function is a bit more work, fortunately broken up into