Rizin
unix-like reverse engineering framework and cli tools
|
#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... | |
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().
void* rz_th_t::retv |
RZ_TH_TID rz_th_t::tid |
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().