Data Fields

thread_data_internal Struct Reference

Collaboration diagram for thread_data_internal:
Collaboration graph
[legend]

Data Fields

ThreadFunction f
void * a
Threadme
char name [MAX_THREAD_NAME_LENGTH]

Detailed Description

Definition at line 70 of file Thread.cc.


Field Documentation

Definition at line 73 of file Thread.cc.

Referenced by spawn_thread_internal(), and Thread::start().

ThreadFunction thread_data_internal::f

Definition at line 72 of file Thread.cc.

Referenced by spawn_thread_internal(), and Thread::start().

Definition at line 74 of file Thread.cc.

Referenced by spawn_thread_internal(), and Thread::start().

Definition at line 75 of file Thread.cc.

Referenced by spawn_thread_internal(), and Thread::start().


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