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 56 static void barrier_cleanup(struct barrier_info* p);
57 static void barrier_delete_thread(struct barrier_info* const p,
59 static const char* barrier_get_typename(struct barrier_info* const p);
62 void barrier_report_wait_delete_race(const struct barrier_info* const p,
110 void DRD_(barrier_initialize)(struct barrier_info* const p,
141 * Deallocate the memory owned by the struct barrier_info object and also
146 static void barrier_cleanup(struct barrier_info* p)
192 struct barrier_info*
196 struct barrier_info *p;
211 * Look up the address of the struct barrier_info associated with th
    [all...]
drd_barrier.h 38 struct barrier_info;
drd_clientobj.h 115 struct barrier_info struct
152 struct barrier_info barrier;

Completed in 36 milliseconds