Home
last modified time | relevance | path

Searched refs:count_living_threads (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/coregrind/
Dm_threadstate.c137 Int VG_(count_living_threads)(void) in VG_() argument
Dpub_core_threadstate.h448 extern Int VG_(count_living_threads)(void);
Dm_main.c2578 vg_assert( VG_(count_living_threads)() == 1 ); in shutdown_actions_NORETURN()
2590 vg_assert(VG_(count_living_threads)() == 1); in shutdown_actions_NORETURN()
2598 vg_assert( VG_(count_living_threads)() >= 1 ); in shutdown_actions_NORETURN()
2607 vg_assert(VG_(count_living_threads)() >= 1); in shutdown_actions_NORETURN()
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c486 prs->pr_nlwp = VG_(count_living_threads)(); in fill_prstatus()
506 psinfo->pr_nlwp = VG_(count_living_threads)(); in fill_psinfo()
538 pstatus->pr_nlwp = VG_(count_living_threads)(); in fill_pstatus()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c205 c = VG_(count_living_threads)(); in run_a_thread_NORETURN()
302 vg_assert( VG_(count_living_threads)() == 1 ); in VG_()
Dsyswrap-generic.c2804 Int c = VG_(count_living_threads)(); in i_am_the_only_thread()
Dsyswrap-linux.c161 c = VG_(count_living_threads)(); in run_a_thread_NORETURN()
414 vg_assert( VG_(count_living_threads)() == 1 ); in VG_()
Dsyswrap-solaris.c387 vg_assert(VG_(count_living_threads)() == 1); in VG_()