Home
last modified time | relevance | path

Searched refs:is_exiting (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dreduction.py120 from .util import is_exiting, sub_warning
131 if not is_exiting():
Dqueues.py49 from .util import debug, info, Finalize, register_after_fork, is_exiting
279 if is_exiting():
Dutil.py286 def is_exiting(): function
/external/valgrind/coregrind/
Dm_threadstate.c133 inline Bool VG_(is_exiting)(ThreadId tid) in VG_() argument
Dpub_core_threadstate.h457 extern Bool VG_(is_exiting)(ThreadId tid);
Dm_main.c2362 vg_assert(VG_(is_exiting)(tid)); in final_tidyup()
2370 vg_assert(VG_(is_exiting)(tid)); in final_tidyup()
Dm_signals.c1957 vg_assert(VG_(is_exiting)(tid)); in deliver_signal()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c379 vg_assert(VG_(is_exiting)(tid)); in VG_()
873 vg_assert(!VG_(is_exiting)(tid)); in run_thread_for_a_while()
1285 while (!VG_(is_exiting)(tid)) { in VG_()
1322 if (VG_(is_exiting)(tid)) in VG_() local
1658 vg_assert(VG_(is_exiting)(tid)); in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c3723 if (!VG_(is_exiting)(tid)) { in ML_()
Dsyswrap-darwin.c120 vg_assert(VG_(is_exiting)(tid)); in thread_wrapper()
Dsyswrap-solaris.c137 vg_assert(VG_(is_exiting)(tid)); in thread_wrapper()
Dsyswrap-linux.c105 vg_assert(VG_(is_exiting)(tid)); in thread_wrapper()