Searched refs:mutex_info (Results 1 – 5 of 5) sorted by relevance
42 static void mutex_cleanup(struct mutex_info* p);43 static Bool mutex_is_locked(struct mutex_info* const p);44 static void mutex_delete_thread(struct mutex_info* p, const DrdThreadId tid);69 void DRD_(mutex_initialize)(struct mutex_info* const p, in DRD_()87 static void mutex_cleanup(struct mutex_info* p) in mutex_cleanup()141 struct mutex_info*144 struct mutex_info* p; in DRD_()170 struct mutex_info* DRD_(mutex_get)(const Addr mutex) in DRD_()177 struct mutex_info*180 struct mutex_info* p; in DRD_()[all …]
35 struct mutex_info;40 struct mutex_info* DRD_(mutex_init)(const Addr mutex, const MutexT mutex_type);43 struct mutex_info* DRD_(mutex_get)(const Addr mutex);50 const char* DRD_(mutex_get_typename)(struct mutex_info* const p);
63 struct mutex_info struct148 struct mutex_info mutex;
166 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); in handle_client_request()176 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); in handle_client_request()186 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); in handle_client_request()206 struct mutex_info* const mutex_p = DRD_(mutex_get)(arg[1]); in handle_client_request()
83 struct mutex_info* q; in DRD_()211 struct mutex_info* q; in DRD_()