aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/barrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/barrier.h')
-rw-r--r--include/odp/api/barrier.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/odp/api/barrier.h b/include/odp/api/barrier.h
index 28310ba34..823eae66c 100644
--- a/include/odp/api/barrier.h
+++ b/include/odp/api/barrier.h
@@ -18,8 +18,15 @@
extern "C" {
#endif
-/** @addtogroup odp_synchronizers
- * Synchronize threads.
+/**
+ * @defgroup odp_barrier ODP BARRIER
+ * Thread excution and memory ordering barriers.
+ *
+ * @details
+ * <b> Thread execution barrier (odp_barrier_t) </b>
+ *
+ * Thread execution barrier synchronizes a group of threads to wait on the
+ * barrier until the entire group has reached the barrier.
* @{
*/