#include "ace/config-lite.h"
#include "ace/os_include/os_stddef.h"
Include dependency graph for os_types.h:
This graph shows which files directly or indirectly include this file:
Defines | |
#define | CLOCK_REALTIME 0 |
#define | ACE_INVALID_PID ((pid_t) -1) |
Typedefs | |
typedef double | ACE_timer_t |
typedef int | clockid_t |
typedef loff_t | ACE_LOFF_T |
typedef DWORD | nlink_t |
typedef u_short | mode_t |
typedef long | uid_t |
typedef long | gid_t |
typedef char * | caddr_t |
typedef int | ssize_t |
typedef DWORD | ACE_exitcode |
typedef long | pid_t |
This code was originally in various places including ace/OS.h.
#define ACE_INVALID_PID ((pid_t) -1) |
#define CLOCK_REALTIME 0 |
typedef DWORD ACE_exitcode |
typedef loff_t ACE_LOFF_T |
typedef double ACE_timer_t |
typedef char* caddr_t |
typedef int clockid_t |
typedef long gid_t |
typedef u_short mode_t |
typedef DWORD nlink_t |
typedef long pid_t |
typedef int ssize_t |
typedef long uid_t |