Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_threadstate.c71 case VgTs_Empty: return "VgTs_Empty"; in VG_()
104 if (VG_(threads)[tid].status == VgTs_Empty) return False; in VG_()
138 if (VG_(threads)[tid].status != VgTs_Empty && in VG_()
165 if (VG_(threads)[tid].status != VgTs_Empty in VG_()
Dm_libcassert.c337 if (VG_(threads)[i].status == VgTs_Empty in show_sched_status_wrk()
341 if (VG_(threads)[i].status != VgTs_Empty) in show_sched_status_wrk()
Dpub_core_threadstate.h59 VgTs_Empty, /* this slot is not in use */ enumerator
Dvgdb-invoker-ptrace.c208 case VgTs_Empty: return "VgTs_Empty"; in name_of_ThreadStatus()
432 if (vgdb_threads[i].status != VgTs_Empty) { in acquire_and_suspend_threads()
482 if (vgdb_threads[i].status != VgTs_Empty) { in detach_from_all_threads()
Dm_machine.c380 if (VG_(threads)[i].status != VgTs_Empty) { in VG_()
393 vg_assert(VG_(threads)[tid].status != VgTs_Empty); in VG_()
400 vg_assert(VG_(threads)[tid].status != VgTs_Empty); in VG_()
407 vg_assert(VG_(threads)[tid].status != VgTs_Empty); in VG_()
414 vg_assert(VG_(threads)[tid].status != VgTs_Empty); in VG_()
Dm_signals.c2783 vg_assert(VG_(threads)[i].status == VgTs_Empty); in VG_()
Dm_main.c2450 VG_(threads)[tid].status = VgTs_Empty; in shutdown_actions_NORETURN()
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c240 if (VG_(threads)[i].status == VgTs_Empty) { in VG_()
572 VG_(threads)[tid].status = VgTs_Empty; in sched_fork_cleanup()
620 VG_(threads)[i].status = VgTs_Empty; in VG_()
1593 || VG_(threads)[tid].status == VgTs_Empty) in VG_()
2170 if (VG_(threads)[tid].status == VgTs_Empty || in VG_()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c202 case VgTs_Empty: in fill_prpsinfo()
599 if (VG_(threads)[i].status == VgTs_Empty) in make_elf_coredump()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c336 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-ppc64-linux.c401 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-linux.c234 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode) in run_a_thread_NORETURN()
244 : "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()
719 VG_(threads)[t].status == VgTs_Empty in PRE()
Dsyswrap-ppc32-linux.c372 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-mips64-linux.c276 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-amd64-linux.c320 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-s390x-linux.c317 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-mips32-linux.c334 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-arm-linux.c258 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-x86-linux.c341 ctst->status = VgTs_Empty; in do_clone()
Dsyswrap-darwin.c286 tst->status = VgTs_Empty; in run_a_thread_NORETURN()
1583 VG_(threads)[t].status == VgTs_Empty in PRE()
Dsyswrap-generic.c3501 if (tst == NULL || tst->status == VgTs_Empty) in ML_()
/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c886 case VgTs_Empty: in VG_()