
Data Fields | |
| void *(* | start_routine )(void *) |
| void * | arg |
Definition at line 29 of file vipl_win_thread.c.
|
|
The routine executed by the thread. Referenced by vipl_win_thread_create_helper(). |
|
|
The argument passed to the thread routine at creation time. Definition at line 34 of file vipl_win_thread.c. Referenced by vipl_win_thread_create_helper(). |
1.4.4.