Lines Matching defs:mutex_info
62 struct mutex_info struct
64 Addr a1;
65 ObjType type;
66 void (*cleanup)(union drd_clientobj*);
67 void (*delete_thread)(union drd_clientobj*, DrdThreadId);
68 ExeContext* first_observed_at;
69 MutexT mutex_type; // pthread_mutex_t or pthread_spinlock_t.
70 int recursion_count; // 0 if free, >= 1 if locked.
71 Bool ignore_ordering;
72 DrdThreadId owner; // owner if locked, last owner if free.
73 struct segment* last_locked_segment;
74 ULong acquiry_time_ms;
75 ExeContext* acquired_at;