API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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.
 
void odp_barrier_wait (odp_barrier_t *barr)
 Synchronize thread execution on barrier.
 

Detailed Description

ODP execution barriers.

Definition in file api/spec/barrier.h.