Helper Reference Manual
1.7.1
|
Thread parameters (pthreads and processes) More...
#include <threads.h>
Data Fields | |
int(* | start )(void *arg) |
Thread entry point function. | |
void * | arg |
Argument for the function. | |
odp_thread_type_t | thr_type |
ODP thread type. | |
uint64_t | stack_size |
Minimum stack size in bytes. More... | |
uint64_t odph_thread_param_t::stack_size |