#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"
Include dependency graph for OS_NS_time.inl:
This graph shows which files directly or indirectly include this file:
Functions | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE char * | ACE_OS::asctime (const struct tm *t) |
ACE_INLINE char * | ACE_OS::asctime_r (const struct tm *t, char *buf, int buflen) |
ACE_INLINE int | ACE_OS::clock_gettime (clockid_t clockid, struct timespec *ts) |
ACE_INLINE int | ACE_OS::clock_settime (clockid_t clockid, const struct timespec *ts) |
ACE_INLINE ACE_TCHAR * | ACE_OS::ctime (const time_t *t) |
ACE_INLINE ACE_TCHAR * | ACE_OS::ctime_r (const time_t *t, ACE_TCHAR *buf, int buflen) |
ACE_INLINE double | ACE_OS::difftime (time_t t1, time_t t0) |
ACE_INLINE ACE_hrtime_t | ACE_OS::gethrtime (const ACE_HRTimer_Op op) |
ACE_INLINE struct tm * | ACE_OS::gmtime (const time_t *t) |
ACE_INLINE struct tm * | ACE_OS::gmtime_r (const time_t *t, struct tm *res) |
ACE_INLINE struct tm * | ACE_OS::localtime (const time_t *t) |
ACE_INLINE int | ACE_OS::nanosleep (const struct timespec *requested, struct timespec *remaining) |
ACE_INLINE size_t | ACE_OS::strftime (char *s, size_t maxsize, const char *format, const struct tm *timeptr) |
ACE_INLINE time_t | ACE_OS::time (time_t *tloc) |
ACE_INLINE long | ACE_OS::timezone (void) |
ACE_INLINE void | ACE_OS::tzset (void) |
Variables | |
static const int | ctime_buf_size = 26 |
const int ctime_buf_size = 26 [static] |