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

  /external/valgrind/main/drd/
drd_barrier.c 55 static void barrier_cleanup(struct barrier_info* p);
56 static void barrier_delete_thread(struct barrier_info* const p,
58 static const char* barrier_get_typename(struct barrier_info* const p);
61 void barrier_report_wait_delete_race(const struct barrier_info* const p,
109 void DRD_(barrier_initialize)(struct barrier_info* const p,
140 * Deallocate the memory owned by the struct barrier_info object and also
145 static void barrier_cleanup(struct barrier_info* p)
191 struct barrier_info*
195 struct barrier_info *p;
210 * Look up the address of the struct barrier_info associated with th
    [all...]
drd_barrier.h 37 struct barrier_info;
drd_clientobj.h 114 struct barrier_info struct
151 struct barrier_info barrier;

Completed in 361 milliseconds