Searched defs:threadinfo (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dpth_barrier.c25 struct threadinfo struct
47 static void* threadfunc(struct threadinfo* p)
71 struct threadinfo* t;
75 t = malloc(nthread * sizeof(struct threadinfo));
H A Dannotate_barrier.c40 struct threadinfo struct
105 static void* threadfunc(struct threadinfo* p)
129 struct threadinfo* t;
133 t = malloc(nthread * sizeof(struct threadinfo));

Completed in 77 milliseconds