Searched refs:VgTs_Empty (Results 1 – 25 of 25) sorted by relevance
/external/valgrind/coregrind/ |
D | m_threadstate.c | 76 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_()
|
D | m_libcassert.c | 372 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()
|
D | pub_core_threadstate.h | 62 VgTs_Empty, /* this slot is not in use */ enumerator
|
D | vgdb-invoker-ptrace.c | 204 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()
|
D | m_machine.c | 443 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_()
|
D | m_signals.c | 3058 vg_assert(VG_(threads)[i].status == VgTs_Empty); in VG_()
|
D | m_main.c | 2615 VG_(threads)[tid].status = VgTs_Empty; in shutdown_actions_NORETURN()
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 242 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/ |
D | coredump-solaris.c | 236 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_()
|
D | coredump-elf.c | 201 case VgTs_Empty: in fill_prpsinfo() 647 if (VG_(threads)[i].status == VgTs_Empty) in make_elf_coredump()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 305 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-ppc64-linux.c | 501 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-ppc32-linux.c | 349 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-s390x-linux.c | 294 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-mips64-linux.c | 260 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-amd64-linux.c | 297 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-linux.c | 233 : "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()
|
D | syswrap-mips32-linux.c | 317 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-arm-linux.c | 240 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-tilegx-linux.c | 405 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-solaris.c | 83 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;
|
D | syswrap-x86-linux.c | 318 ctst->status = VgTs_Empty; in do_clone()
|
D | syswrap-darwin.c | 267 tst->status = VgTs_Empty; in run_a_thread_NORETURN() 2186 VG_(threads)[t].status == VgTs_Empty in PRE()
|
D | syswrap-generic.c | 3712 if (tst == NULL || tst->status == VgTs_Empty) in ML_()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 896 case VgTs_Empty: in VG_()
|