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

  /external/valgrind/main/coregrind/
m_threadstate.c 71 case VgTs_Empty: return "VgTs_Empty";
93 if (VG_(threads)[tid].status == VgTs_Empty) return False;
127 if (VG_(threads)[tid].status != VgTs_Empty &&
154 if (VG_(threads)[tid].status != VgTs_Empty
pub_core_threadstate.h 57 VgTs_Empty, /* this slot is not in use */
m_libcassert.c 210 if (VG_(threads)[i].status == VgTs_Empty) continue;
m_machine.c 360 if (VG_(threads)[i].status != VgTs_Empty) {
373 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
380 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
387 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
394 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
    [all...]
vgdb.c 413 case VgTs_Empty: return "VgTs_Empty";
602 if (vgdb_threads[i].status != VgTs_Empty) {
652 if (vgdb_threads[i].status != VgTs_Empty) {
    [all...]
m_signals.c     [all...]
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 233 if (VG_(threads)[i].status == VgTs_Empty) {
558 VG_(threads)[tid].status = VgTs_Empty;
606 VG_(threads)[i].status = VgTs_Empty;
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 201 case VgTs_Empty:
577 if (VG_(threads)[i].status == VgTs_Empty)
  /external/valgrind/main/coregrind/m_syswrap/
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)
247 { UInt vgts_empty = (UInt)VgTs_Empty; local
249 "stw %1,%0\n\t" /* set tst->status = VgTs_Empty */
254 : "r" (vgts_empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
260 "str %1, %0\n" /* set tst->status = VgTs_Empty */
265 : "r" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode
    [all...]
syswrap-ppc64-linux.c 401 ctst->status = VgTs_Empty;
    [all...]
syswrap-amd64-linux.c 320 ctst->status = VgTs_Empty;
    [all...]
syswrap-ppc32-linux.c 372 ctst->status = VgTs_Empty;
    [all...]
syswrap-s390x-linux.c 317 ctst->status = VgTs_Empty;
    [all...]
syswrap-arm-linux.c 258 ctst->status = VgTs_Empty;
    [all...]
syswrap-mips32-linux.c 331 ctst->status = VgTs_Empty;
    [all...]
syswrap-x86-linux.c 341 ctst->status = VgTs_Empty;
    [all...]
syswrap-darwin.c 286 tst->status = VgTs_Empty;
    [all...]
syswrap-generic.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 850 case VgTs_Empty:
    [all...]

Completed in 784 milliseconds