HomeSort by relevance Sort by last modified time
    Searched refs:mutex_info (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/drd/
drd_mutex.h 34 struct mutex_info;
39 struct mutex_info* DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type);
42 struct mutex_info* DRD_(mutex_get)(const Addr mutex);
49 const HChar* DRD_(mutex_get_typename)(struct mutex_info* const p);
drd_mutex.c 41 static void mutex_cleanup(struct mutex_info* p);
42 static Bool mutex_is_locked(struct mutex_info* const p);
43 static void mutex_delete_thread(struct mutex_info* p, const DrdThreadId tid);
68 void DRD_(mutex_initialize)(struct mutex_info* const p,
86 static void mutex_cleanup(struct mutex_info* p)
140 struct mutex_info*
143 struct mutex_info* p;
169 struct mutex_info* DRD_(mutex_get)(const Addr mutex)
176 struct mutex_info*
179 struct mutex_info* p
    [all...]
drd_clientobj.h 62 struct mutex_info struct
147 struct mutex_info mutex;
drd_clientreq.c 180 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
190 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
200 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
220 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]);
drd_cond.c 82 struct mutex_info* q;
210 struct mutex_info* q;

Completed in 45 milliseconds