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

  /external/valgrind/coregrind/
m_threadstate.c 76 case VgTs_Empty: return "VgTs_Empty";
109 if (VG_(threads)[tid].status == VgTs_Empty) return False;
143 if (VG_(threads)[tid].status != VgTs_Empty &&
170 if (VG_(threads)[tid].status != VgTs_Empty
pub_core_threadstate.h 62 VgTs_Empty, /* this slot is not in use */
m_libcassert.c 372 if (VG_(threads)[i].status == VgTs_Empty
377 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 242 if (VG_(threads)[i].status == VgTs_Empty) {
588 VG_(threads)[tid].status = VgTs_Empty;
636 VG_(threads)[i].status = VgTs_Empty;
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 236 case VgTs_Empty:
961 if ((VG_(threads)[t_idx].status != VgTs_Empty) &&
1027 if ((VG_(threads)[t_idx].status != VgTs_Empty) &&
    [all...]
coredump-elf.c 201 case VgTs_Empty:
647 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-solaris.c 83 if (VG_(threads)[tid].status != VgTs_Empty &&
271 "movl %[EMPTY], %[status]\n" /* set tst->status = VgTs_Empty */
275 : [EMPTY] "n" (VgTs_Empty)
279 "movl %[EMPTY], %[status]\n" /* set tst->status = VgTs_Empty */
283 : [EMPTY] "n" (VgTs_Empty)
424 if (tst->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 896 case VgTs_Empty:
    [all...]

Completed in 977 milliseconds