#include "ace/OS_NS_string.h"
#include "ace/OS_NS_errno.h"
#include "ace/Time_Value.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_sys_time.h"
Functions | |
ACE_NAMESPACE_INLINE_FUNCTION char * | ACE_OS::asctime (const struct tm *tm) |
ACE_NAMESPACE_INLINE_FUNCTION char * | ACE_OS::asctime_r (const struct tm *tm, char *buf, int buflen) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::clock_gettime (clockid_t, struct timespec *) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::clock_settime (clockid_t, const struct timespec *) |
ACE_NAMESPACE_INLINE_FUNCTION ACE_TCHAR * | ACE_OS::ctime (const time_t *t) |
ACE_NAMESPACE_INLINE_FUNCTION ACE_TCHAR * | ACE_OS::ctime_r (const time_t *clock, ACE_TCHAR *buf, int buflen) |
ACE_NAMESPACE_INLINE_FUNCTION double | ACE_OS::difftime (time_t t1, time_t t0) |
ACE_NAMESPACE_INLINE_FUNCTION ACE_hrtime_t | ACE_OS::gethrtime (const ACE_HRTimer_Op=ACE_HRTIMER_GETTIME) |
ACE_NAMESPACE_INLINE_FUNCTION struct tm * | ACE_OS::gmtime (const time_t *clock) |
ACE_NAMESPACE_INLINE_FUNCTION struct tm * | ACE_OS::gmtime_r (const time_t *clock, struct tm *res) |
ACE_NAMESPACE_INLINE_FUNCTION struct tm * | ACE_OS::localtime (const time_t *clock) |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE_OS::nanosleep (const struct timespec *requested, struct timespec *remaining=0) |
ACE_NAMESPACE_INLINE_FUNCTION size_t | ACE_OS::strftime (char *s, size_t maxsize, const char *format, const struct tm *timeptr) |
ACE_NAMESPACE_INLINE_FUNCTION char * | ACE_OS::strptime (const char *buf, const char *format, struct tm *tm) |
ACE_NAMESPACE_INLINE_FUNCTION time_t | ACE_OS::time (time_t *tloc=0) |
ACE_NAMESPACE_INLINE_FUNCTION long | ACE_OS::timezone (void) |
ACE_NAMESPACE_INLINE_FUNCTION void | ACE_OS::tzset (void) |
Variables | |
static const int | ctime_buf_size = 26 |
const int ctime_buf_size = 26 [static] |