Thread join result.
More...
#include <threads.h>
|
odp_bool_t | is_sig |
| Exit caused by signal.
|
|
int | ret |
| Exit status of the joined thread/process. More...
|
|
Thread join result.
Definition at line 195 of file threads.h.
◆ 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: