Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:reuse

417                      Int reuse, Addr sp)
429 lock. At least that's clear for the 'reuse' case. The
430 non-reuse case? Dunno, perhaps it's a new thread the kernel
437 "stackaddr %#lx, workitem %#lx, reuse/flags %x, sp %#lx\n",
438 self, kport, stackaddr, workitem, reuse, sp);
445 /* For 10.7 and earlier, |reuse| appeared to be used as a simple
450 Bool is_reuse = reuse != 0;
452 Bool is_reuse = (reuse & 0x20000 /* == WQ_FLAG_THREAD_REUSE */) != 0;
476 if (0) VG_(printf)("wqthread_hijack reuse %s: tid %d, tst %p, "
500 vex->guest_R8 = reuse;