OS_NS_macros.h File Reference

#include "ace/config-all.h"

Include dependency graph for OS_NS_macros.h:

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

Go to the source code of this file.

Defines

#define ACE_SOCKCALL_RETURN(OP, TYPE, FAILVALUE)   ACE_OSCALL_RETURN(OP,TYPE,FAILVALUE)
#define ACE_SOCKCALL(OP, TYPE, FAILVALUE, RESULT)   ACE_OSCALL(OP,TYPE,FAILVALUE,RESULT)
#define ACE_ADAPT_RETVAL(OP, RESULT)   ((RESULT = (OP)) != 0 ? (errno = RESULT, -1) : 0)


Detailed Description

Id
OS_NS_macros.h 80826 2008-03-04 14:51:23Z wotte

Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>

Jesper S. M|ller<stophph@diku.dk>

and a cast of thousands...

Originally in OS.h.

Definition in file OS_NS_macros.h.


Define Documentation

#define ACE_ADAPT_RETVAL ( OP,
RESULT   )     ((RESULT = (OP)) != 0 ? (errno = RESULT, -1) : 0)

Definition at line 51 of file OS_NS_macros.h.

Referenced by ACE_OS::close(), ACE_OS::cond_broadcast(), ACE_OS::cond_destroy(), ACE_OS::cond_init(), ACE_OS::cond_signal(), ACE_OS::cond_timedwait(), ACE_OS::cond_wait(), ACE_OS::condattr_init(), ACE_OS::dlclose(), ACE_OS::event_destroy(), ACE_OS::event_pulse(), ACE_OS::event_reset(), ACE_OS::event_signal(), ACE_OS::flock_rdlock(), ACE_OS::flock_tryrdlock(), ACE_OS::flock_trywrlock(), ACE_OS::flock_unlock(), ACE_OS::flock_wrlock(), ACE_OS::fsync(), ACE_OS::ftruncate(), getrusage(), ACE_OS::hostname(), ACE_OS::mkdir(), ACE_OS::msync(), ACE_OS::munmap(), ACE_OS::mutex_destroy(), ACE_OS::mutex_init(), ACE_OS::mutex_lock(), ACE_OS::mutex_trylock(), ACE_OS::mutex_unlock(), ACE_OS::pipe(), ACE_OS::pthread_sigmask(), ACE_OS::rmdir(), ACE_OS::rw_rdlock(), ACE_OS::rw_tryrdlock(), ACE_OS::rw_trywrlock(), ACE_OS::rw_trywrlock_upgrade(), ACE_OS::rw_unlock(), ACE_OS::rw_wrlock(), ACE_OS::rwlock_destroy(), ACE_OS::sched_params(), ACE_OS::sema_destroy(), ACE_OS::sema_init(), ACE_OS::sema_post(), ACE_OS::sema_trywait(), ACE_OS::sema_wait(), ACE_OS::thr_cancel(), ACE_OS::thr_continue(), ACE_OS::thr_create(), ACE_OS::thr_getprio(), ACE_OS::thr_join(), ACE_OS::thr_kill(), ACE_OS::thr_min_stack(), ACE_OS::thr_setcancelstate(), ACE_OS::thr_setcanceltype(), ACE_OS::thr_setconcurrency(), ACE_OS::thr_setprio(), ACE_OS::thr_sigsetmask(), ACE_OS::thr_suspend(), ACE_OS::truncate(), and ACE_OS::unlink().

#define ACE_SOCKCALL ( OP,
TYPE,
FAILVALUE,
RESULT   )     ACE_OSCALL(OP,TYPE,FAILVALUE,RESULT)

Definition at line 39 of file OS_NS_macros.h.

Referenced by ACE_OS::bind(), ACE_OS::getpeername(), ACE_OS::getsockname(), and ACE_OS::setsockopt().

#define ACE_SOCKCALL_RETURN ( OP,
TYPE,
FAILVALUE   )     ACE_OSCALL_RETURN(OP,TYPE,FAILVALUE)

Definition at line 38 of file OS_NS_macros.h.

Referenced by ACE_OS::accept(), ACE_OS::bind(), ACE_OS::closesocket(), ACE_OS::connect(), ACE_OS::enum_protocols(), ACE_OS::gethostbyaddr(), ACE_OS::gethostbyaddr_r(), ACE_OS::gethostbyname(), ACE_OS::gethostbyname_r(), ACE_OS::getipnodebyname(), ACE_OS::getpeername(), ACE_OS::getprotobyname(), ACE_OS::getprotobyname_r(), ACE_OS::getprotobynumber(), ACE_OS::getprotobynumber_r(), ACE_OS::getservbyname(), ACE_OS::getservbyname_r(), ACE_OS::getsockname(), ACE_OS::getsockopt(), ACE_OS::hostname(), ACE_OS::ioctl(), ACE_OS::join_leaf(), ACE_OS::listen(), ACE_OS::recv(), ACE_OS::recvfrom(), ACE_OS::recvmsg(), ACE_OS::select(), ACE_OS::send(), ACE_OS::sendmsg(), ACE_OS::sendto(), ACE_OS::shutdown(), and ACE_OS::socket().


Generated on Tue Feb 2 17:30:17 2010 for ACE by  doxygen 1.4.7