Thread parameters (pthreads and processes)
More...
#include <threads.h>
|
| 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.
|
| |
Thread parameters (pthreads and processes)
Definition at line 62 of file threads.h.
◆ start
| int(* odph_thread_param_t::start) (void *arg) |
Thread entry point function.
Definition at line 64 of file threads.h.
◆ arg
| void* odph_thread_param_t::arg |
Argument for the function.
Definition at line 67 of file threads.h.
◆ thr_type
| odp_thread_type_t odph_thread_param_t::thr_type |
ODP thread type.
Definition at line 70 of file threads.h.
◆ 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: