Home
last modified time | relevance | path

Searched refs:should_exit (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dstreaming_throughput_test.cc92 gpr_atm* should_exit) { in BidiStream_Sender() argument
95 while (gpr_atm_acq_load(should_exit) == static_cast<gpr_atm>(0)) { in BidiStream_Sender()
112 gpr_atm should_exit; in BidiStream() local
113 gpr_atm_rel_store(&should_exit, static_cast<gpr_atm>(0)); in BidiStream()
116 std::bind(&TestServiceImpl::BidiStream_Sender, stream, &should_exit)); in BidiStream()
126 gpr_atm_rel_store(&should_exit, static_cast<gpr_atm>(1)); in BidiStream()
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler_test.cc46 static bool should_exit = false; variable
73 while (!should_exit) in thread_main()
100 should_exit = true; in MinidumpCallback()
116 should_exit = true; in main()
/external/drm_hwcomposer/utils/
DWorker.cpp58 if (should_exit()) in WaitForSignalOrExitLocked()
70 if (should_exit()) in WaitForSignalOrExitLocked()
87 if (should_exit()) in InternalRoutine()
DWorker.h63 bool should_exit() const { in should_exit() function
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc2055 void SetShouldExit(RepeatingCallback<bool()> should_exit) { in SetShouldExit() argument
2056 should_exit_ = should_exit; in SetShouldExit()
2090 void SetShouldExit(RepeatingCallback<bool()> should_exit) { in SetShouldExit() argument
2091 should_exit_ = should_exit; in SetShouldExit()
2126 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local
2128 quadratic_delayed_task.SetShouldExit(should_exit); in TEST_P()
2129 linear_immediate_task.SetShouldExit(should_exit); in TEST_P()
2150 RepeatingCallback<bool()> should_exit = BindRepeating( in TEST_P() local
2153 quadratic_immediate_task.SetShouldExit(should_exit); in TEST_P()
2154 linear_delayed_task.SetShouldExit(should_exit); in TEST_P()
[all …]
/external/llvm-project/llvm/test/Analysis/MemorySSA/
Dphi-translation.ll372 declare i1 @should_exit(i32) readnone
415 %ec = call i1 @should_exit(i32 %l.1)