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

#include <uv.h>

Public Attributes

unsigned int flags
 
size_t stack_size
 

Detailed Description

Definition at line 1752 of file uv.h.

Member Data Documentation

◆ flags

unsigned int uv_thread_options_s::flags

Definition at line 1753 of file uv.h.

Referenced by cmd_descs_generate.Arg::__str__(), uv_thread_create(), and uv_thread_create_ex().

◆ stack_size

size_t uv_thread_options_s::stack_size

Definition at line 1754 of file uv.h.

Referenced by uv_thread_create_ex().


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