
Data Fields | |
| struct thread_common_arg * | common |
| Pointer to the structure with shared arguments. | |
This structure id given to each thread. It contains all that thread need to know before run. Part of this structure is pointer to another structure shared by all threads.
1.5.7.1