Helper Reference Manual 1.7.1
Loading...
Searching...
No Matches
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.

Field Documentation

◆ 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: