Helper Reference Manual  1.7.1
odph_thread_join_result_t Struct Reference

Thread join result. More...

#include <threads.h>

Data Fields

odp_bool_t is_sig
 Exit caused by signal.
 
int ret
 Exit status of the joined thread/process. More...
 

Detailed Description

Thread join result.

Definition at line 195 of file threads.h.

Field Documentation

◆ ret

int odph_thread_join_result_t::ret

Exit status of the joined thread/process.

If 'is_sig' is true, then this is the signal number that caused process exit. Otherwise status of the exited thread/process.

Definition at line 205 of file threads.h.


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