|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
| #define | RZ_THREAD_POOL_ALL_CORES (0) |
| #define | RZ_THREAD_QUEUE_UNLIMITED (0) |
Typedefs | |
| typedef struct rz_th_sem_t | RzThreadSemaphore |
| typedef struct rz_th_lock_t | RzThreadLock |
| typedef struct rz_th_cond_t | RzThreadCond |
| typedef struct rz_th_t | RzThread |
| typedef struct rz_th_pool_t | RzThreadPool |
| typedef struct rz_th_queue_t | RzThreadQueue |
| typedef void *(* | RzThreadFunction) (void *user) |
| typedef struct rz_atomic_bool_t | RzAtomicBool |
| typedef struct rz_atomic_bool_t RzAtomicBool |
| typedef struct rz_th_cond_t RzThreadCond |
| typedef struct rz_th_lock_t RzThreadLock |
| typedef struct rz_th_pool_t RzThreadPool |
| typedef struct rz_th_queue_t RzThreadQueue |
| typedef struct rz_th_sem_t RzThreadSemaphore |