Searched refs:count_living_threads (Results 1 – 8 of 8) sorted by relevance
140 Int VG_(count_living_threads)(void) in VG_() argument
460 extern Int VG_(count_living_threads)(void);
2058 vg_assert( VG_(count_living_threads)() == 1 ); in shutdown_actions_NORETURN()2070 vg_assert(VG_(count_living_threads)() == 1); in shutdown_actions_NORETURN()2078 vg_assert( VG_(count_living_threads)() >= 1 ); in shutdown_actions_NORETURN()2087 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()
2812 Int c = VG_(count_living_threads)(); in i_am_the_only_thread()
206 c = VG_(count_living_threads)(); in run_a_thread_NORETURN()307 vg_assert( VG_(count_living_threads)() == 1 ); in VG_()
162 c = VG_(count_living_threads)(); in run_a_thread_NORETURN()410 vg_assert( VG_(count_living_threads)() == 1 ); in VG_()
388 vg_assert(VG_(count_living_threads)() == 1); in VG_()