HomeSort by relevance Sort by last modified time
    Searched refs:VgTs_Empty (Results 1 - 23 of 23) sorted by null

  /external/valgrind/coregrind/
m_threadstate.c 80 case VgTs_Empty: return "VgTs_Empty";
113 if (VG_(threads)[tid].status == VgTs_Empty) return False;
147 if (VG_(threads)[tid].status != VgTs_Empty &&
174 if (VG_(threads)[tid].status != VgTs_Empty
pub_core_threadstate.h 62 VgTs_Empty, /* this slot is not in use */
m_libcassert.c 370 if (VG_(threads)[i].status == VgTs_Empty
375 if (VG_(threads)[i].status != VgTs_Empty)
vgdb-invoker-ptrace.c 204 case VgTs_Empty: return "VgTs_Empty";
434 if (vgdb_threads[i].status != VgTs_Empty) {
484 if (vgdb_threads[i].status != VgTs_Empty) {
    [all...]
m_machine.c 443 if (VG_(threads)[i].status != VgTs_Empty) {
456 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
463 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
470 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
477 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
    [all...]
m_main.c     [all...]
m_signals.c     [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 240 if (VG_(threads)[i].status == VgTs_Empty) {
569 VG_(threads)[tid].status = VgTs_Empty;
617 VG_(threads)[i].status = VgTs_Empty;
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 203 case VgTs_Empty:
658 if (VG_(threads)[i].status == VgTs_Empty)
  /external/valgrind/coregrind/m_syswrap/
syswrap-arm64-linux.c 305 ctst->status = VgTs_Empty;
    [all...]
syswrap-ppc64-linux.c 501 ctst->status = VgTs_Empty;
    [all...]
syswrap-amd64-linux.c 297 ctst->status = VgTs_Empty;
    [all...]
syswrap-arm-linux.c 240 ctst->status = VgTs_Empty;
    [all...]
syswrap-mips32-linux.c 317 ctst->status = VgTs_Empty;
    [all...]
syswrap-mips64-linux.c 260 ctst->status = VgTs_Empty;
    [all...]
syswrap-ppc32-linux.c 349 ctst->status = VgTs_Empty;
    [all...]
syswrap-s390x-linux.c 294 ctst->status = VgTs_Empty;
    [all...]
syswrap-linux.c 227 "movl %1, %0\n" /* set tst->status = VgTs_Empty */
233 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
238 "movl %1, %0\n" /* set tst->status = VgTs_Empty */
243 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
248 { UInt vgts_empty = (UInt)VgTs_Empty; local
250 "stw %1,%0\n\t" /* set tst->status = VgTs_Empty */
255 : "r" (vgts_empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
261 "str %1, %0\n" /* set tst->status = VgTs_Empty */
266 : "r" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode
    [all...]
syswrap-tilegx-linux.c 405 ctst->status = VgTs_Empty;
    [all...]
syswrap-x86-linux.c 318 ctst->status = VgTs_Empty;
    [all...]
syswrap-darwin.c 267 tst->status = VgTs_Empty;
    [all...]
syswrap-generic.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 886 case VgTs_Empty:
    [all...]

Completed in 426 milliseconds