#include <windows.h>
#include <winsock.h>
#include <time.h>
#include <coil/config_coil.h>
#include <coil/TimeValue.h>
Go to the source code of this file.
Classes | |
struct | coil::timezone |
Namespaces | |
namespace | coil |
Common Object Interface Layer. | |
Defines | |
#define | EPOCHFILETIME (116444736000000000i64) |
Functions | |
int | coil::gettimeofday (struct timeval *tv, struct timezone *tz) |
Get the time and timezone. | |
TimeValue | coil::gettimeofday () |
Get the time. | |
int | coil::settimeofday (const struct timeval *tv, const struct timezone *tz) |
Set the time and timezone. | |
unsigned int | coil::sleep (unsigned int seconds) |
Stop a processing at specified second time. | |
int | coil::sleep (TimeValue interval) |
Stop a processing at specified second time. | |
int | coil::usleep (unsigned int usec) |
Stop a processing at specified micro second time. |
#define EPOCHFILETIME (116444736000000000i64) |
Definition at line 33 of file win32/coil/Time.h.