Searched refs:VgTs_Empty (Results 1 – 22 of 22) sorted by relevance
/external/valgrind/main/coregrind/ |
D | m_threadstate.c | 71 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_()
|
D | m_libcassert.c | 337 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()
|
D | pub_core_threadstate.h | 59 VgTs_Empty, /* this slot is not in use */ enumerator
|
D | vgdb-invoker-ptrace.c | 208 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()
|
D | m_machine.c | 380 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_()
|
D | m_signals.c | 2783 vg_assert(VG_(threads)[i].status == VgTs_Empty); in VG_()
|
D | m_main.c | 2450 VG_(threads)[tid].status = VgTs_Empty; in shutdown_actions_NORETURN()
|
/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 240 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/ |
D | coredump-elf.c | 202 case VgTs_Empty: in fill_prpsinfo() 599 if (VG_(threads)[i].status == VgTs_Empty) in make_elf_coredump()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 336 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-ppc64-linux.c | 401 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-linux.c | 234 : "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()
|
D | syswrap-ppc32-linux.c | 372 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-mips64-linux.c | 276 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-amd64-linux.c | 320 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-s390x-linux.c | 317 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-mips32-linux.c | 334 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-arm-linux.c | 258 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-x86-linux.c | 341 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-darwin.c | 286 tst->status = VgTs_Empty; in run_a_thread_NORETURN() 1583 VG_(threads)[t].status == VgTs_Empty in PRE()
|
D | syswrap-generic.c | 3501 if (tst == NULL || tst->status == VgTs_Empty) in ML_()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 886 case VgTs_Empty: in VG_()
|