#include "ace/config-all.h"
#include "ace/os_include/sys/os_stat.h"
#include "ace/os_include/sys/os_types.h"
Include dependency graph for os_fcntl.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | O_BINARY 0 |
#define | _O_BINARY O_BINARY |
#define | O_TEXT 0 |
#define | _O_TEXT O_TEXT |
#define | O_RAW 0 |
#define | _O_RAW O_RAW |
#define | O_NDELAY 1 |
#define | O_NONBLOCK 1 |
#define | ACE_NONBLOCK O_NDELAY |
#define | F_GETFL 0 |
os_fcntl.h,v 1.6 2006/01/04 08:28:39 jwillemsen Exp
This code was originally in various places including ace/OS.h.
Definition in file os_fcntl.h.
|
Definition at line 68 of file os_fcntl.h. Referenced by ACE_OS::fopen_mode_to_open_mode_converter(). |
|
Definition at line 80 of file os_fcntl.h. |
|
Definition at line 74 of file os_fcntl.h. Referenced by ACE_OS::fopen(), and ACE_OS::fopen_mode_to_open_mode_converter(). |
|
|
Definition at line 98 of file os_fcntl.h. Referenced by ACE::clr_flags(), ACE::get_flags(), ACE_OS::sema_init(), ACE_OS::sema_trywait(), and ACE::set_flags(). |
|
Definition at line 65 of file os_fcntl.h. |
|
Definition at line 84 of file os_fcntl.h. |
|
Definition at line 88 of file os_fcntl.h. Referenced by ACE_OS::sema_init(), and ACE_OS::sema_trywait(). |
|
Definition at line 77 of file os_fcntl.h. |
|
Definition at line 71 of file os_fcntl.h. |