Helper Reference Manual  1.7.1
odph_thread_param_t Struct Reference

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...
 

Detailed Description

Thread parameters (pthreads and processes)

Definition at line 62 of file threads.h.

Field Documentation

◆ stack_size

uint64_t odph_thread_param_t::stack_size

Minimum stack size in bytes.

0 = use default.

Definition at line 73 of file threads.h.


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