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

  /external/valgrind/coregrind/
m_threadstate.c 79 case VgTs_Empty: return "VgTs_Empty";
112 if (VG_(threads)[tid].status == VgTs_Empty) return False;
146 if (VG_(threads)[tid].status != VgTs_Empty &&
173 if (VG_(threads)[tid].status != VgTs_Empty
pub_core_threadstate.h 62 VgTs_Empty, /* this slot is not in use */
m_libcassert.c 307 if (VG_(threads)[i].status != VgTs_Empty)
387 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 380 if (VG_(threads)[i].status != VgTs_Empty) {
393 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
400 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
407 vg_assert(VG_(threads)[tid].status != VgTs_Empty);
414 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 215 case VgTs_Empty:
652 if (VG_(threads)[i].status == VgTs_Empty)
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 896 case VgTs_Empty:
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips32-linux.c 670 if (VG_(threads)[t].status != VgTs_Empty) {
    [all...]
syswrap-mips64-linux.c 481 if (VG_(threads)[t].status != VgTs_Empty) {
syswrap-linux.c 232 "movl %1, %0\n" /* set tst->status = VgTs_Empty */
238 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
243 "movl %1, %0\n" /* set tst->status = VgTs_Empty */
248 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
253 { UInt vgts_empty = (UInt)VgTs_Empty; local
255 "stw %1,%0\n\t" /* set tst->status = VgTs_Empty */
260 : "r" (vgts_empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
266 "str %1, %0\n" /* set tst->status = VgTs_Empty */
271 : "r" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode
    [all...]
syswrap-solaris.c 84 if (VG_(threads)[tid].status != VgTs_Empty &&
272 "movl %[EMPTY], %[status]\n" /* set tst->status = VgTs_Empty */
276 : [EMPTY] "n" (VgTs_Empty)
280 "movl %[EMPTY], %[status]\n" /* set tst->status = VgTs_Empty */
284 : [EMPTY] "n" (VgTs_Empty)
425 if (tst->status != VgTs_Empty) {
    [all...]
syswrap-darwin.c 272 tst->status = VgTs_Empty;
    [all...]
syswrap-generic.c     [all...]

Completed in 194 milliseconds