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

RzThreadPool is a structure which handles n-threads threads. More...

Public Attributes

size_t size
 
RzThread ** threads
 

Detailed Description

RzThreadPool is a structure which handles n-threads threads.

This structure provides methods to handle multiple threads, like they were one.

Definition at line 12 of file thread_pool.c.

Member Data Documentation

◆ size

size_t rz_th_pool_t::size

Definition at line 13 of file thread_pool.c.

Referenced by rz_th_pool_new().

◆ threads

RzThread** rz_th_pool_t::threads

Definition at line 14 of file thread_pool.c.

Referenced by rz_th_pool_new().


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