Rizin
unix-like reverse engineering framework and cli tools
rz_th_t Struct Reference

#include <thread.h>

Public Attributes

RZ_TH_TID tid
 Thread identifier. More...
 
RzThreadFunction function
 User defined thread function. More...
 
void * user
 User defined thread data to pass (can be NULL). More...
 
void * retv
 Thread return value. More...
 

Detailed Description

Definition at line 84 of file thread.h.

Member Data Documentation

◆ function

RzThreadFunction rz_th_t::function

User defined thread function.

Definition at line 86 of file thread.h.

Referenced by rz_th_new(), and thread_main_function().

◆ retv

void* rz_th_t::retv

Thread return value.

Definition at line 88 of file thread.h.

Referenced by thread_main_function().

◆ tid

RZ_TH_TID rz_th_t::tid

Thread identifier.

Definition at line 85 of file thread.h.

Referenced by rz_th_new().

◆ user

void* rz_th_t::user

User defined thread data to pass (can be NULL).

Definition at line 87 of file thread.h.

Referenced by rz_th_new(), and thread_main_function().


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