#include "ace/config-lite.h"Include dependency graph for os_errno.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | ENOSYS EFAULT |
| #define | ENOTSUP ENOSYS |
| #define | ESUCCESS 0 |
| #define | EIDRM 0 |
| #define | ENFILE EMFILE |
| #define | ECOMM ECONNABORTED |
| #define | EDEADLK 1000 |
| #define | ENXIO 6 |
| #define | EBUSY ETIME |
| #define | ECANCELED 125 |
This code was originally in various places including ace/OS.h.
Definition in file os_errno.h.
| #define EBUSY ETIME |
Definition at line 141 of file os_errno.h.
Referenced by ACE_OS::event_destroy(), ACE_OS::flock_tryrdlock(), ACE_OS::flock_trywrlock(), ACE_OS::mutex_lock(), ACE_OS::mutex_trylock(), ACE_OS::recursive_mutex_trylock(), ACE_OS::rw_tryrdlock(), ACE_OS::rw_trywrlock(), ACE_OS::rw_trywrlock_upgrade(), ACE_OS::sema_trywait(), ACE_OS::sema_wait(), and ACE_OS::thread_mutex_trylock().
| #define ECANCELED 125 |
Definition at line 145 of file os_errno.h.
| #define ECOMM ECONNABORTED |
Definition at line 121 of file os_errno.h.
| #define EDEADLK 1000 |
Definition at line 125 of file os_errno.h.
| #define EIDRM 0 |
| #define ENFILE EMFILE |
| #define ENOSYS EFAULT |
Definition at line 100 of file os_errno.h.
Referenced by ACE_TTY_IO::control(), ACE::out_of_handles(), and ACE_OS::thr_create().
| #define ENOTSUP ENOSYS |
Definition at line 104 of file os_errno.h.
Referenced by ACE_Cached_Connect_Strategy_Ex< SVC_HANDLER,, CACHING_STRATEGY, ATTRIBUTES, MUTEX >::cached_connect(), ACE_Cached_Connect_Strategy< SVC_HANDLER, ACE_PEER_CONNECTOR_2, MUTEX >::find_or_create_svc_handler_i(), ACE_Thread_Manager::kill_thr(), ACE_Pipe::open(), ACE::out_of_handles(), ACE_Thread_Manager::resume_thr(), ACE_Process_Options::setenv(), ACE_OS::setsockopt(), ACE_Thread_Manager::suspend_thr(), ACE_OS::thr_create(), and ACE_OS::tzset().
| #define ENXIO 6 |
Definition at line 129 of file os_errno.h.
Referenced by ACE_SOCK_Dgram_Mcast::join(), ACE_SOCK_Dgram_Bcast::mk_broadcast(), ACE_SPIPE_Stream::recv_handle(), and ACE_SPIPE_Stream::send_handle().
| #define ESUCCESS 0 |
Definition at line 108 of file os_errno.h.
Referenced by ACE_Streambuf_T< STREAM >::recv(), and ACE_Streambuf_T< STREAM >::recv_n().
1.4.7