#include <process.h>
Collaboration diagram for ns3::Condition:Public Attributes | |
| uint32_t | cid |
| std::list< Thread * > | waiting |
| uint32_t ns3::Condition::cid |
Definition at line 74 of file process.h.
Referenced by PthreadCondInitStatic(), and SearchCondition().
| std::list<Thread *> ns3::Condition::waiting |
Definition at line 75 of file process.h.
Referenced by dce_pthread_cond_broadcast(), dce_pthread_cond_signal(), dce_pthread_cond_timedwait(), and dce_pthread_cond_wait().