Searched refs:count_living_threads (Results 1 – 8 of 8) sorted by relevance
137 Int VG_(count_living_threads)(void) in VG_() argument
448 extern Int VG_(count_living_threads)(void);
2578 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()
486 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()
205 c = VG_(count_living_threads)(); in run_a_thread_NORETURN()302 vg_assert( VG_(count_living_threads)() == 1 ); in VG_()
2804 Int c = VG_(count_living_threads)(); in i_am_the_only_thread()
161 c = VG_(count_living_threads)(); in run_a_thread_NORETURN()414 vg_assert( VG_(count_living_threads)() == 1 ); in VG_()
387 vg_assert(VG_(count_living_threads)() == 1); in VG_()