Searched defs:_Lock (Results 1 – 2 of 2) sorted by relevance
145 struct _Lock { struct147 struct _Lock* admin_next; /* fields for a double linked */ argument148 struct _Lock* admin_prev; /* list of these locks */ argument149 ULong unique; /* used for persistence-hashing */150 UInt magic; /* LockN_MAGIC or LockP_MAGIC */153 ExeContext* appeared_at;157 ExeContext* acquired_at;159 SO* hbso; /* associated SO */160 Addr guestaddr; /* Guest address of lock */161 LockKind kind; /* what kind of lock this is */[all …]
238 void _Lock() { _critSect.Enter(); }; in _Lock() function