#include <boost/thread.hpp>
#include "boost/date_time/posix_time/posix_time.hpp"
Go to the source code of this file.
|
#define | SLEEP_MICROSEC(microsec) boost::this_thread::sleep(boost::posix_time::microseconds((microsec))); |
|
#define | SLEEP_MILLISEC(millisec) boost::this_thread::sleep(boost::posix_time::milliseconds((millisec))); |
|
#define | SLEEP_SEC(sec) boost::this_thread::sleep(boost::posix_time::seconds((sec))); |
|
#define SLEEP_MICROSEC |
( |
|
microsec | ) |
boost::this_thread::sleep(boost::posix_time::microseconds((microsec))); |
#define SLEEP_MILLISEC |
( |
|
millisec | ) |
boost::this_thread::sleep(boost::posix_time::milliseconds((millisec))); |
#define SLEEP_SEC |
( |
|
sec | ) |
boost::this_thread::sleep(boost::posix_time::seconds((sec))); |