Thread parameter for Linux pthreads and processes.
More...
#include <threads.h>
|
| 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.
|
| |
Thread parameter for Linux pthreads and processes.
Definition at line 38 of file threads.h.
◆ start
| void *(* odph_linux_thr_params_t::start) (void *) |
Thread entry point function.
Definition at line 39 of file threads.h.
◆ arg
| void* odph_linux_thr_params_t::arg |
Argument for the function.
Definition at line 40 of file threads.h.
◆ thr_type
| odp_thread_type_t odph_linux_thr_params_t::thr_type |
ODP thread type.
Definition at line 41 of file threads.h.
◆ instance
| odp_instance_t odph_linux_thr_params_t::instance |
ODP instance handle.
Definition at line 42 of file threads.h.
The documentation for this struct was generated from the following file: