
#include <vipl_win_thread.h>
Data Fields | |
| void *(* | start_routine )(void *) |
| void * | arg |
Definition at line 29 of file vipl_win_thread.h.
|
|
The routine executed by the thread. Referenced by vipl_win_thread_create(). |
|
|
The argument passed to the thread routine at creation time. Definition at line 34 of file vipl_win_thread.h. Referenced by vipl_win_thread_create(). |
1.4.4.