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

  /external/valgrind/main/coregrind/
m_threadstate.c 52 case VgTs_Empty: return "VgTs_Empty";
74 if (VG_(threads)[tid].status == VgTs_Empty) return False;
108 if (VG_(threads)[tid].status != VgTs_Empty &&
135 if (VG_(threads)[tid].status != VgTs_Empty
pub_core_threadstate.h 57 VgTs_Empty, /* this slot is not in use */
m_libcassert.c 185 if (VG_(threads)[i].status == VgTs_Empty) continue;
m_machine.c 315 if (VG_(threads)[i].status != VgTs_Empty) {
328 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
335 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
342 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
349 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
    [all...]
vgdb.c 410 case VgTs_Empty: return "VgTs_Empty";
597 if (vgdb_threads[i].status != VgTs_Empty) {
647 if (vgdb_threads[i].status != VgTs_Empty) {
    [all...]
m_signals.c     [all...]
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 214 if (VG_(threads)[i].status == VgTs_Empty) {
521 VG_(threads)[tid].status = VgTs_Empty;
555 VG_(threads)[i].status = VgTs_Empty;
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 201 case VgTs_Empty:
560 if (VG_(threads)[i].status == VgTs_Empty)
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 203 "movl %1, %0\n" /* set tst->status = VgTs_Empty */
208 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
213 "movl %1, %0\n" /* set tst->status = VgTs_Empty */
218 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
222 { UInt vgts_empty = (UInt)VgTs_Empty; local
224 "stw %1,%0\n\t" /* set tst->status = VgTs_Empty */
229 : "r" (vgts_empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
235 "str %1, %0\n" /* set tst->status = VgTs_Empty */
240 : "r" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode
    [all...]
syswrap-ppc64-linux.c 400 ctst->status = VgTs_Empty;
    [all...]
syswrap-amd64-linux.c 318 ctst->status = VgTs_Empty;
    [all...]
syswrap-ppc32-linux.c 370 ctst->status = VgTs_Empty;
    [all...]
syswrap-s390x-linux.c 315 ctst->status = VgTs_Empty;
    [all...]
syswrap-arm-linux.c 256 ctst->status = VgTs_Empty;
    [all...]
syswrap-x86-linux.c 339 ctst->status = VgTs_Empty;
    [all...]
syswrap-darwin.c 287 tst->status = VgTs_Empty;
    [all...]
syswrap-generic.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 791 case VgTs_Empty:
    [all...]

Completed in 222 milliseconds