View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
util
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
6
namespace
vistle
{
7
8
V_UTILEXPORT
bool
adaptive_wait
(
bool
work,
const
void
*client =
nullptr
);
9
10
}
// namespace vistle
11
#endif
vistle
Definition:
allobjects.cpp:30
vistle::adaptive_wait
bool adaptive_wait(bool work, const void *client)
Definition:
sleep.cpp:14
export.h
V_UTILEXPORT
#define V_UTILEXPORT
Definition:
export.h:19