Home
last modified time | relevance | path

Searched defs:cond_info (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/drd/
Ddrd_clientobj.h78 struct cond_info struct
80 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
/external/selinux/libsepol/src/
Dhierarchy.c201 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