Searched refs:VgTs_Empty (Results 1 - 22 of 22) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_threadstate.c71 case VgTs_Empty: return "VgTs_Empty";
104 if (VG_(threads)[tid].status == VgTs_Empty) return False;
138 if (VG_(threads)[tid].status != VgTs_Empty &&
165 if (VG_(threads)[tid].status != VgTs_Empty
H A Dpub_core_threadstate.h59 VgTs_Empty, /* this slot is not in use */ enumerator in enum:ThreadStatus
H A Dm_libcassert.c337 if (VG_(threads)[i].status == VgTs_Empty
341 if (VG_(threads)[i].status != VgTs_Empty)
H A Dvgdb-invoker-ptrace.c208 case VgTs_Empty: return "VgTs_Empty";
432 if (vgdb_threads[i].status != VgTs_Empty) {
482 if (vgdb_threads[i].status != VgTs_Empty) {
H A Dm_machine.c380 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);
H A Dm_main.c2450 VG_(threads)[tid].status = VgTs_Empty;
H A Dm_signals.c2783 vg_assert(VG_(threads)[i].status == VgTs_Empty);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c240 if (VG_(threads)[i].status == VgTs_Empty) {
572 VG_(threads)[tid].status = VgTs_Empty;
620 VG_(threads)[i].status = VgTs_Empty;
1593 || VG_(threads)[tid].status == VgTs_Empty)
2170 if (VG_(threads)[tid].status == VgTs_Empty ||
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c202 case VgTs_Empty:
599 if (VG_(threads)[i].status == VgTs_Empty)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c336 ctst->status = VgTs_Empty;
H A Dsyswrap-ppc64-linux.c401 ctst->status = VgTs_Empty;
H A Dsyswrap-linux.c228 "movl %1, %0\n" /* set tst->status = VgTs_Empty */
234 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
239 "movl %1, %0\n" /* set tst->status = VgTs_Empty */
244 : "n" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
248 { UInt vgts_empty = (UInt)VgTs_Empty;
250 "stw %1,%0\n\t" /* set tst->status = VgTs_Empty */
261 "str %1, %0\n" /* set tst->status = VgTs_Empty */
266 : "r" (VgTs_Empty), "n" (__NR_exit), "m" (tst->os_state.exitcode)
271 "str %w1, %0\n" /* set tst->status = VgTs_Empty (32-bit store) */
276 : "r" (VgTs_Empty), "
[all...]
H A Dsyswrap-amd64-linux.c320 ctst->status = VgTs_Empty;
H A Dsyswrap-arm-linux.c258 ctst->status = VgTs_Empty;
H A Dsyswrap-mips32-linux.c334 ctst->status = VgTs_Empty;
H A Dsyswrap-mips64-linux.c276 ctst->status = VgTs_Empty;
H A Dsyswrap-ppc32-linux.c372 ctst->status = VgTs_Empty;
H A Dsyswrap-s390x-linux.c317 ctst->status = VgTs_Empty;
H A Dsyswrap-x86-linux.c341 ctst->status = VgTs_Empty;
H A Dsyswrap-darwin.c286 tst->status = VgTs_Empty;
1583 VG_(threads)[t].status == VgTs_Empty
H A Dsyswrap-generic.c3501 if (tst == NULL || tst->status == VgTs_Empty)
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c886 case VgTs_Empty:

Completed in 210 milliseconds