ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-timerfd.cc File Reference
#include "sys/dce-timerfd.h"
#include "utils.h"
#include "process.h"
#include "unix-timer-fd.h"
#include "ns3/log.h"
#include <errno.h>
#include "file-usage.h"
+ Include dependency graph for dce-timerfd.cc:

Go to the source code of this file.

Functions

int dce_timerfd_create (int clockid, int flags)
int dce_timerfd_gettime (int fd, struct itimerspec *cur_value)
int dce_timerfd_settime (int fd, int flags, const struct itimerspec *new_value, struct itimerspec *old_value)
 NS_LOG_COMPONENT_DEFINE ("SimuTimerFd")

Function Documentation

int dce_timerfd_create ( int  clockid,
int  flags 
)
int dce_timerfd_gettime ( int  fd,
struct itimerspec *  cur_value 
)

Definition at line 42 of file dce-timerfd.cc.

References ns3::Current(), OPENED_FD_METHOD, and ns3::UtilsGetNodeId().

+ Here is the call graph for this function:

int dce_timerfd_settime ( int  fd,
int  flags,
const struct itimerspec *  new_value,
struct itimerspec *  old_value 
)

Definition at line 31 of file dce-timerfd.cc.

References ns3::Current(), OPENED_FD_METHOD, and ns3::UtilsGetNodeId().

+ Here is the call graph for this function:

NS_LOG_COMPONENT_DEFINE ( "SimuTimerFd"  )