Helper Reference Manual 1.7.1
Loading...
Searching...
No Matches
odph_thread_start_args_t Struct Reference

Helper internal thread start arguments. More...

#include <threads.h>

Collaboration diagram for odph_thread_start_args_t:
[legend]

Data Fields

uint32_t status
 Thread status.
 
odp_atomic_u32_t * init_status
 Thread initialization status.
 
odp_mem_model_t mem_model
 Process or thread.
 
odp_instance_t instance
 ODP instance handle.
 
odph_thread_param_t thr_params
 Thread parameters.
 

Detailed Description

Helper internal thread start arguments.

Used both in process and thread mode

Definition at line 79 of file threads.h.

Field Documentation

◆ status

uint32_t odph_thread_start_args_t::status

Thread status.

Definition at line 81 of file threads.h.

◆ init_status

odp_atomic_u32_t* odph_thread_start_args_t::init_status

Thread initialization status.

Definition at line 84 of file threads.h.

◆ mem_model

odp_mem_model_t odph_thread_start_args_t::mem_model

Process or thread.

Definition at line 87 of file threads.h.

◆ instance

odp_instance_t odph_thread_start_args_t::instance

ODP instance handle.

Definition at line 90 of file threads.h.

◆ thr_params

odph_thread_param_t odph_thread_start_args_t::thr_params

Thread parameters.

Definition at line 93 of file threads.h.


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