Helper Reference Manual  1.7.1
odph_linux_thr_params_t Struct Reference

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.
 

Detailed Description

Thread parameter for Linux pthreads and processes.

Definition at line 38 of file threads.h.


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