View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

sleep.h
Go to the documentation of this file.
1#ifndef VISTLE_SLEEP_H
2#define VISTLE_SLEEP_H
3
4#include "export.h"
5
6namespace vistle {
7
8V_UTILEXPORT bool adaptive_wait(bool work, const void *client = nullptr);
9
10} // namespace vistle
11#endif
Definition: allobjects.cpp:30
bool adaptive_wait(bool work, const void *client)
Definition: sleep.cpp:14
#define V_UTILEXPORT
Definition: export.h:19