#include <os_time.h>
Public Attributes | |
| time_t | tv_sec |
| Seconds. | |
| long | tv_nsec |
| Nanoseconds. | |
Definition at line 58 of file os_time.h.
| long timespec::tv_nsec |
Nanoseconds.
Definition at line 63 of file os_time.h.
Referenced by ACE_OS::gethrtime(), ACE_OS::gettimeofday(), ACE_OS::nanosleep(), ACE_Time_Value::operator timespec_t(), ACE_Time_Value::set(), and ACE_OS::sleep().
| time_t timespec::tv_sec |
Seconds.
Definition at line 61 of file os_time.h.
Referenced by ACE_OS::gethrtime(), ACE_OS::gettimeofday(), ACE_OS::nanosleep(), ACE_Time_Value::operator timespec_t(), ACE_Time_Value::set(), and ACE_OS::sleep().
1.4.7