Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_threadstate.c140 Int VG_(count_living_threads)(void) in VG_() argument
Dpub_core_threadstate.h460 extern Int VG_(count_living_threads)(void);
Dm_main.c2058 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()
/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-generic.c2812 Int c = VG_(count_living_threads)(); in i_am_the_only_thread()
Dsyswrap-darwin.c206 c = VG_(count_living_threads)(); in run_a_thread_NORETURN()
307 vg_assert( VG_(count_living_threads)() == 1 ); in VG_()
Dsyswrap-linux.c162 c = VG_(count_living_threads)(); in run_a_thread_NORETURN()
410 vg_assert( VG_(count_living_threads)() == 1 ); in VG_()
Dsyswrap-solaris.c388 vg_assert(VG_(count_living_threads)() == 1); in VG_()