Home
last modified time | relevance | path

Searched refs:VgTs_Empty (Results 1 – 25 of 25) sorted by relevance

/external/valgrind/coregrind/
Dm_threadstate.c76 case VgTs_Empty: return "VgTs_Empty"; in VG_()
109 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_()
143 if (VG_(threads)[tid].status != VgTs_Empty && in VG_()
170 if (VG_(threads)[tid].status != VgTs_Empty in VG_()
Dm_libcassert.c372 if (VG_(threads)[i].status == VgTs_Empty in show_sched_status_wrk()
377 if (VG_(threads)[i].status != VgTs_Empty) in show_sched_status_wrk()
Dpub_core_threadstate.h62 VgTs_Empty, /* this slot is not in use */ enumerator
Dvgdb-invoker-ptrace.c204 case VgTs_Empty: return "VgTs_Empty"; in name_of_ThreadStatus()
434 if (vgdb_threads[i].status != VgTs_Empty) { in acquire_and_suspend_threads()
484 if (vgdb_threads[i].status != VgTs_Empty) { in detach_from_all_threads()
Dm_machine.c443 if (VG_(threads)[i].status != VgTs_Empty) { in VG_()
456 vg_assert(VG_(threads)[tid].status != VgTs_Empty); in VG_()
463 vg_assert(VG_(threads)[tid].status != VgTs_Empty); in VG_()
470 vg_assert(VG_(threads)[tid].status != VgTs_Empty); in VG_()
477 vg_assert(VG_(threads)[tid].status != VgTs_Empty); in VG_()
Dm_signals.c3058 vg_assert(VG_(threads)[i].status == VgTs_Empty); in VG_()
Dm_main.c2615 VG_(threads)[tid].status = VgTs_Empty; in shutdown_actions_NORETURN()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c242 if (VG_(threads)[i].status == VgTs_Empty) { in VG_()
588 VG_(threads)[tid].status = VgTs_Empty; in sched_fork_cleanup()
636 VG_(threads)[i].status = VgTs_Empty; in VG_()
1669 || VG_(threads)[tid].status == VgTs_Empty) in VG_()
2252 if (VG_(threads)[tid].status == VgTs_Empty || in VG_()
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c236 case VgTs_Empty: in fill_thread_state()
961 if ((VG_(threads)[t_idx].status != VgTs_Empty) && in VG_()
1027 if ((VG_(threads)[t_idx].status != VgTs_Empty) && in VG_()
Dcoredump-elf.c201 case VgTs_Empty: in fill_prpsinfo()
647 if (VG_(threads)[i].status == VgTs_Empty) in make_elf_coredump()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c305 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-ppc64-linux.c501 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-ppc32-linux.c349 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-mips64-linux.c260 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-s390x-linux.c294 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-amd64-linux.c297 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-linux.c233 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode) in run_a_thread_NORETURN()
243 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode) in run_a_thread_NORETURN()
248 { UInt vgts_empty = (UInt)VgTs_Empty; in run_a_thread_NORETURN()
266 : "r" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode) in run_a_thread_NORETURN()
276 : "r" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode) in run_a_thread_NORETURN()
285 : "d" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode) in run_a_thread_NORETURN()
296 : "r" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode) in run_a_thread_NORETURN()
306 : "r" (VgTs_Empty), "n" (__NR_exit), "r" (tst->os_state.exitcode) in run_a_thread_NORETURN()
741 VG_(threads)[t].status == VgTs_Empty in PRE()
Dsyswrap-arm-linux.c240 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-mips32-linux.c317 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-tilegx-linux.c405 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-solaris.c83 if (VG_(threads)[tid].status != VgTs_Empty && in count_living_daemon_threads()
275 : [EMPTY] "n" (VgTs_Empty) in run_a_thread_NORETURN()
283 : [EMPTY] "n" (VgTs_Empty) in run_a_thread_NORETURN()
424 if (tst->status != VgTs_Empty) { in clean_schedctl_data()
1087 if (VG_(threads)[t].status == VgTs_Empty) in PRE()
6689 ctst->status = VgTs_Empty;
Dsyswrap-x86-linux.c318 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-darwin.c267 tst->status = VgTs_Empty; in run_a_thread_NORETURN()
2186 VG_(threads)[t].status == VgTs_Empty in PRE()
Dsyswrap-generic.c3712 if (tst == NULL || tst->status == VgTs_Empty) in ML_()
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c896 case VgTs_Empty: in VG_()