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

Public Attributes

void(* entry )(void *arg)
 
void * arg
 
uv_thread_t self
 

Detailed Description

Definition at line 90 of file thread.c.

Member Data Documentation

◆ arg

void* thread_ctx::arg

Definition at line 92 of file thread.c.

◆ entry

void(* thread_ctx::entry) (void *arg)

Definition at line 91 of file thread.c.

Referenced by uv_thread_create_ex().

◆ self

uv_thread_t thread_ctx::self

Definition at line 93 of file thread.c.


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