UbixOS  2.0
ubthread_cond Struct Reference

#include <ubthread.h>

Collaboration diagram for ubthread_cond:
Collaboration graph

Data Fields

int id
 
bool lock
 

Detailed Description

Definition at line 47 of file ubthread.h.

Field Documentation

◆ id

int ubthread_cond::id

Definition at line 48 of file ubthread.h.

Referenced by ubthread_cond_init().

◆ lock

bool ubthread_cond::lock

Definition at line 49 of file ubthread.h.

Referenced by ubthread_cond_init(), ubthread_cond_timedwait(), and ubthread_cond_wait().


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