Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:reuse

363 "   push %edi\n"  // reuse
381 Int reuse, Addr sp)
393 lock. At least that's clear for the 'reuse' case. The
394 non-reuse case? Dunno, perhaps it's a new thread the kernel
401 "stackaddr %#lx, workitem %#lx, reuse/flags %x, sp %#lx\n",
402 self, kport, stackaddr, workitem, reuse, sp);
409 /* For 10.7 and earlier, |reuse| appeared to be used as a simple
414 Bool is_reuse = reuse != 0;
416 Bool is_reuse = (reuse & 0x20000 /* == WQ_FLAG_THREAD_REUSE */) != 0;
447 if (0) VG_(printf)("wqthread_hijack reuse %s: tid %d, tst %p, "
471 vex->guest_EDI = reuse;