ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ns3::PthreadFiberThread Struct Reference
+ Collaboration diagram for ns3::PthreadFiberThread:

Public Attributes

pthread_cond_t condvar
void * context
void(* func )(void *)
jmp_buf initial_env
pthread_mutex_t mutex
struct PthreadFibernext
struct PthreadFiberprevious
uint32_t refcount
MemoryBounds stack_bounds
size_t stack_size
pthread_t thread
bool thread_started
StackTrampolinetrampoline

Detailed Description

Definition at line 100 of file pthread-fiber-manager.cc.

Member Data Documentation

void* ns3::PthreadFiberThread::context
jmp_buf ns3::PthreadFiberThread::initial_env
struct PthreadFiber* ns3::PthreadFiberThread::next
uint32_t ns3::PthreadFiberThread::refcount
MemoryBounds ns3::PthreadFiberThread::stack_bounds
pthread_t ns3::PthreadFiberThread::thread
StackTrampoline* ns3::PthreadFiberThread::trampoline

The documentation for this struct was generated from the following file: