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

#include <unix.h>

Public Attributes

uv_mutex_t mutex
 
uv_cond_t cond
 
unsigned threshold
 
unsigned in
 
unsigned out
 

Detailed Description

Definition at line 148 of file unix.h.

Member Data Documentation

◆ cond

uv_cond_t _uv_barrier::cond

Definition at line 150 of file unix.h.

◆ in

unsigned _uv_barrier::in

Definition at line 152 of file unix.h.

◆ mutex

uv_mutex_t _uv_barrier::mutex

Definition at line 149 of file unix.h.

◆ out

unsigned _uv_barrier::out

Definition at line 153 of file unix.h.

◆ threshold

unsigned _uv_barrier::threshold

Definition at line 151 of file unix.h.


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