Loading...
Searching...
No Matches
pthread_cond_t Struct Reference

Condition variable. More...

Detailed Description

Condition variable.

Warning
fields are managed by cv functions, don't touch

Definition at line 46 of file pthread_cond.h.

#include <pthread_cond.h>

Data Fields

priority_queue_t queue
 Threads currently waiting to be signaled.
 

Field Documentation

◆ queue

priority_queue_t pthread_cond_t::queue

Threads currently waiting to be signaled.

Definition at line 47 of file pthread_cond.h.


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