Home
last modified time | relevance | path

Searched defs:_Lock (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/helgrind/
Dhg_lock_n_thread.h122 struct _Lock { struct
124 struct _Lock* admin_next; /* fields for a double linked */ argument
125 struct _Lock* admin_prev; /* list of these locks */ argument
126 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 …]
/external/stlport/stlport/stl/debug/
D_debug.c26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock(); argument
27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock(); argument
29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock(); argument
30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock(); argument
33 # define _STLP_ACQUIRE_LOCK(_Lock) argument
34 # define _STLP_RELEASE_LOCK(_Lock) argument