ReMAS
1.5
Real-time Musical Accompaniment System
|
File with functions used by ReMAS, both CPU and GPU, for management the time. More...
#include <time.h>
Go to the source code of this file.
Macros | |
#define | ATIME_H |
#define | _POSIX_C_SOURCE 199309L |
Functions | |
int | msleep (int) |
msleep waits milliseconds More... | |
File with functions used by ReMAS, both CPU and GPU, for management the time.
Definition in file TimeFunctions.h.
int msleep | ( | int | milliseconds | ) |
msleep waits milliseconds
milliseconds | (in) time to wait |
Definition at line 53 of file TimeFunctions.h.