#include <sys/types.h>
#include <errno.h>
#include <unistd.h>
#include <sys/param.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/mount.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Go to the source code of this file.
Namespaces | |
namespace | OS |
Typedefs | |
typedef int | fd_t |
Functions | |
Text | inet_ntoa_r (in_addr &in) |
void | GetProcessSize (unsigned long &total, unsigned long &resident) throw () |
void | setenv (const Text &var, const Text &val) throw () |
Variables | |
const fd_t | NO_FD = -1 |
const fd_t | no_fd = NO_FD |
const int | SYSOK = 0 |
const int | SYSERROR = -1 |
|
|
|
Referenced by CacheS::GetCacheState(), and main(). |
|
Definition at line 42 of file OS.C. References Basics::mutex::lock(), and Basics::mutex::unlock(). Referenced by TCP_sock::connect_to(), SRPC::local_socket(), main(), MastershipInit1(), TCP_sock::new_socket(), SRPC::remote_socket(), and TCP_sock::wait_for_connect(). |
|
|
|
|
|
Definition at line 75 of file OS.H. Referenced by req_data::req_data(), and std_info::std_info(). |
|
|
Definition at line 78 of file OS.H. Referenced by TCP_sock::host_to_addr(), and TCP_sock::parse_port(). |