• Home
  • Raw
  • Download

Lines Matching refs:UnlockForeign

323          } UnlockForeign;  member
591 xe.XE.UnlockForeign.thr = thr; in HG_()
592 xe.XE.UnlockForeign.owner = owner; in HG_()
593 xe.XE.UnlockForeign.lock in HG_()
710 return xe1->XE.UnlockForeign.thr == xe2->XE.UnlockForeign.thr in HG_()
711 && xe1->XE.UnlockForeign.owner == xe2->XE.UnlockForeign.owner in HG_()
712 && xe1->XE.UnlockForeign.lock == xe2->XE.UnlockForeign.lock; in HG_()
907 announce_one_thread( xe->XE.UnlockForeign.thr ); in HG_()
908 announce_one_thread( xe->XE.UnlockForeign.owner ); in HG_()
1101 tl_assert( HG_(is_sane_LockP)( xe->XE.UnlockForeign.lock ) ); in HG_()
1102 tl_assert( HG_(is_sane_Thread)( xe->XE.UnlockForeign.owner ) ); in HG_()
1103 tl_assert( HG_(is_sane_Thread)( xe->XE.UnlockForeign.thr ) ); in HG_()
1110 (Int)xe->XE.UnlockForeign.thr->errmsg_index, in HG_()
1111 (void*)xe->XE.UnlockForeign.lock->guestaddr, in HG_()
1112 (Int)xe->XE.UnlockForeign.owner->errmsg_index ); in HG_()
1114 (Int)xe->XE.UnlockForeign.thr->errmsg_index ); in HG_()
1116 (Int)xe->XE.UnlockForeign.owner->errmsg_index ); in HG_()
1120 if (xe->XE.UnlockForeign.lock->appeared_at) { in HG_()
1122 (void*)xe->XE.UnlockForeign.lock->guestaddr ); in HG_()
1123 VG_(pp_ExeContext)( xe->XE.UnlockForeign.lock->appeared_at ); in HG_()
1130 (Int)xe->XE.UnlockForeign.thr->errmsg_index, in HG_()
1131 (void*)xe->XE.UnlockForeign.lock->guestaddr, in HG_()
1132 (Int)xe->XE.UnlockForeign.owner->errmsg_index ); in HG_()
1134 if (xe->XE.UnlockForeign.lock->appeared_at) { in HG_()
1136 (void*)xe->XE.UnlockForeign.lock->guestaddr ); in HG_()
1137 VG_(pp_ExeContext)( xe->XE.UnlockForeign.lock->appeared_at ); in HG_()