|
Helper Reference Manual
1.7.1
|
Thread parameter for Linux pthreads and processes. More...
#include <threads.h>
Data Fields | |
| void *(* | start )(void *) |
| Thread entry point function. | |
| void * | arg |
| Argument for the function. | |
| odp_thread_type_t | thr_type |
| ODP thread type. | |
| odp_instance_t | instance |
| ODP instance handle. | |