Public Attributes | |
| uv_cond_t | cond |
| uv_mutex_t | mutex |
| unsigned int | value |
Definition at line 514 of file libuv/src/unix/thread.c.
| uv_cond_t uv_semaphore_s::cond |
Definition at line 516 of file libuv/src/unix/thread.c.
| uv_mutex_t uv_semaphore_s::mutex |
Definition at line 515 of file libuv/src/unix/thread.c.
| unsigned int uv_semaphore_s::value |
Definition at line 517 of file libuv/src/unix/thread.c.