|
HDK
|
#include <Barrier.h>
Inheritance diagram for onnxruntime::Notification:Public Member Functions | |
| Notification () | |
Public Member Functions inherited from onnxruntime::Barrier | |
| Barrier (unsigned int count, bool spin=false) | |
| ~Barrier () | |
| void | Notify (unsigned int c=1) |
| void | Wait () |