OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RwLockT
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/drd/
drd_rwlock.h
44
const
RwLockT
rwlock_type);
45
void DRD_(rwlock_post_destroy)(const Addr rwlock, const
RwLockT
rwlock_type);
46
void DRD_(rwlock_pre_rdlock)(const Addr rwlock, const
RwLockT
rwlock_type);
47
void DRD_(rwlock_post_rdlock)(const Addr rwlock, const
RwLockT
rwlock_type,
49
void DRD_(rwlock_pre_wrlock)(const Addr rwlock, const
RwLockT
rwlock_type);
50
void DRD_(rwlock_post_wrlock)(const Addr rwlock, const
RwLockT
rwlock_type,
52
void DRD_(rwlock_pre_unlock)(const Addr rwlock, const
RwLockT
rwlock_type);
drd_clientreq.h
200
/* args: Addr rwlock,
RwLockT
*/
203
/* args: Addr rwlock,
RwLockT
*/
206
/* args: Addr rwlock,
RwLockT
*/
209
/* args: Addr rwlock,
RwLockT
, Bool took_lock */
212
/* args: Addr rwlock,
RwLockT
*/
215
/* args: Addr rwlock,
RwLockT
, Bool took_lock */
218
/* args: Addr rwlock,
RwLockT
*/
221
/* args: Addr rwlock,
RwLockT
, Bool unlocked */
247
}
RwLockT
;
drd_rwlock.c
196
const
RwLockT
rwlock_type)
223
const
RwLockT
rwlock_type)
272
DRD_(rwlock_get_or_allocate)(const Addr rwlock, const
RwLockT
rwlock_type)
311
const
RwLockT
rwlock_type)
342
void DRD_(rwlock_post_destroy)(const Addr rwlock, const
RwLockT
rwlock_type)
372
void DRD_(rwlock_pre_rdlock)(const Addr rwlock, const
RwLockT
rwlock_type)
398
void DRD_(rwlock_post_rdlock)(const Addr rwlock, const
RwLockT
rwlock_type,
433
void DRD_(rwlock_pre_wrlock)(const Addr rwlock, const
RwLockT
rwlock_type)
464
void DRD_(rwlock_post_wrlock)(const Addr rwlock, const
RwLockT
rwlock_type,
501
void DRD_(rwlock_pre_unlock)(const Addr rwlock, const
RwLockT
rwlock_type
[
all
...]
drd_clientobj.h
138
RwLockT
rwlock_type;
Completed in 434 milliseconds