Searched defs:cond_info (Results 1 – 2 of 2) sorted by relevance
78 struct cond_info struct80 Addr a1;81 ObjType type;82 void (*cleanup)(union drd_clientobj*);83 void (*delete_thread)(union drd_clientobj*, DrdThreadId);84 ExeContext* first_observed_at;85 int waiter_count;86 Addr mutex; // Client mutex specified in pthread_cond_wait() call, and
201 struct bounds_cond_info **cond_info, in bounds_expand_parent_rules()413 struct bounds_cond_info *cond_info, in bounds_check_child_rules()458 struct bounds_cond_info *cond_info = NULL; in bounds_check_type() local