|
SNode.C
|
Functions | |
| sighandler_t | signal (int sig, sighandler_t handler) |
| std::string | sigabbrev_np (int sig) |
| time_t | time (time_t *tloc) |
| int | gettimeofday (struct timeval *tv, struct timezone *tz) |
| struct tm * | gmtime (const time_t *timep) |
| time_t | mktime (struct tm *tm) |
| int utils::system::gettimeofday | ( | struct timeval * | tv, |
| struct timezone * | tz | ||
| ) |
Definition at line 57 of file time.cpp.
Referenced by utils::Timeval::currentTime().
| struct tm * utils::system::gmtime | ( | const time_t * | timep | ) |
Definition at line 62 of file time.cpp.
Referenced by web::http::server::Response::clearCookie(), and httputils::to_http_date().
| time_t utils::system::mktime | ( | struct tm * | tm | ) |
| std::string utils::system::sigabbrev_np | ( | int | sig | ) |
Definition at line 59 of file signal.cpp.
Referenced by core::EventLoop::free(), apps::websocket::subprotocol::echo::client::Echo::onSignal(), apps::websocket::subprotocol::echo::server::Echo::onSignal(), iot::mqtt::SubProtocol< WSSubProtocolRoleT >::onSignal(), core::socket::stream::SocketConnectionT< PhysicalSocketT, SocketReaderT, SocketWriterT, ConfigT >::onSignal(), and core::EventLoop::stoponsig().
| sighandler_t utils::system::signal | ( | int | sig, |
| sighandler_t | handler | ||
| ) |
Definition at line 54 of file signal.cpp.
| time_t utils::system::time | ( | time_t * | tloc | ) |
Definition at line 52 of file time.cpp.
Referenced by httputils::to_http_date().