Searched defs:_Lock (Results 1 – 2 of 2) sorted by relevance
122 struct _Lock { struct124 struct _Lock* admin_next; /* fields for a double linked */ argument125 struct _Lock* admin_prev; /* list of these locks */ argument126 ULong unique; /* used for persistence-hashing */127 UInt magic; /* LockN_MAGIC or LockP_MAGIC */130 ExeContext* appeared_at;134 ExeContext* acquired_at;136 SO* hbso; /* associated SO */137 Addr guestaddr; /* Guest address of lock */138 LockKind kind; /* what kind of lock this is */[all …]
26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock(); argument27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock(); argument29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock(); argument30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock(); argument33 # define _STLP_ACQUIRE_LOCK(_Lock) argument34 # define _STLP_RELEASE_LOCK(_Lock) argument