#include "dce-wait.h"#include "utils.h"#include "process.h"#include "dce-manager.h"#include "waiter.h"#include "dce-stdlib.h"#include "ns3/log.h"#include "ns3/assert.h"#include <errno.h>#include <vector>
Include dependency graph for dce-wait.cc:Go to the source code of this file.
Functions | |
| pid_t | dce_wait (void *status) |
| pid_t | dce_waitpid (pid_t pid, int *status, int options) |
| NS_LOG_COMPONENT_DEFINE ("SimuWait") | |
| pid_t dce_wait | ( | void * | status | ) |
Definition at line 16 of file dce-wait.cc.
References dce_waitpid().
Here is the call graph for this function:| pid_t dce_waitpid | ( | pid_t | pid, |
| int * | status, | ||
| int | options | ||
| ) |
Definition at line 21 of file dce-wait.cc.
References ns3::Process::alloc, ns3::Process::children, ns3::Thread::childWaiter, ns3::Current(), ns3::Thread::err, ns3::ProcessActivity::exitValue, ns3::DceManager::FinishChild(), ns3::Process::loader, ns3::Process::manager, ns3::Process::pid, ns3::Thread::process, ns3::DceManager::SearchProcess(), ns3::Process::timing, and ns3::Waiter::WaitDoSignal().
Referenced by dce_wait().
Here is the call graph for this function:
Here is the caller graph for this function:| NS_LOG_COMPONENT_DEFINE | ( | "SimuWait" | ) |