API Reference Manual  1.45.0
api/spec/barrier.h File Reference

ODP execution barriers. More...

#include <odp/visibility_begin.h>
#include <odp/visibility_end.h>
Include dependency graph for api/spec/barrier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void odp_barrier_init (odp_barrier_t *barr, int count)
 Initialize barrier with thread count. More...
 
void odp_barrier_wait (odp_barrier_t *barr)
 Synchronize thread execution on barrier. More...
 

Detailed Description

ODP execution barriers.

Definition in file api/spec/barrier.h.