HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::Barrier Class Reference

#include <Barrier.h>

+ Inheritance diagram for onnxruntime::Barrier:

Public Member Functions

 Barrier (unsigned int count, bool spin=false)
 
 ~Barrier ()
 
void Notify (unsigned int c=1)
 
void Wait ()
 

Detailed Description

Definition at line 19 of file Barrier.h.

Constructor & Destructor Documentation

onnxruntime::Barrier::Barrier ( unsigned int  count,
bool  spin = false 
)
inlineexplicit

Definition at line 21 of file Barrier.h.

onnxruntime::Barrier::~Barrier ( )
inline

Definition at line 28 of file Barrier.h.

Member Function Documentation

void onnxruntime::Barrier::Notify ( unsigned int  c = 1)
inline

Definition at line 33 of file Barrier.h.

void onnxruntime::Barrier::Wait ( )
inline

Definition at line 49 of file Barrier.h.


The documentation for this class was generated from the following file: