Searched refs:ANNOTATE_BARRIER_END (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dtsan_annotations.h93 #define ANNOTATE_BARRIER_END(addr) \ macro
108 #define ANNOTATE_BARRIER_END(addr) macro
H A Dkmp_barrier.cpp114 ANNOTATE_BARRIER_END(other_threads[i]);
224 ANNOTATE_BARRIER_END(this_thr);
344 ANNOTATE_BARRIER_END(child_thr);
425 ANNOTATE_BARRIER_END(this_thr);
592 ANNOTATE_BARRIER_END(child_thr);
673 ANNOTATE_BARRIER_END(this_thr);
931 ANNOTATE_BARRIER_END(other_threads[child_tid]);
960 ANNOTATE_BARRIER_END(child_thr);
993 ANNOTATE_BARRIER_END(child_thr);
1072 ANNOTATE_BARRIER_END(this_th
[all...]

Completed in 94 milliseconds