D-Bus 1.15.8
Data Fields
DBusCondVar Struct Reference

Data Fields

pthread_cond_t cond
 the condition More...
 
DBusListlist
 list thread-local-stored events waiting on the cond variable More...
 
CRITICAL_SECTION lock
 lock protecting the list More...
 

Detailed Description

Definition at line 59 of file dbus-sysdeps-pthread.c.

Field Documentation

◆ cond

pthread_cond_t DBusCondVar::cond

the condition

Definition at line 60 of file dbus-sysdeps-pthread.c.

◆ list

DBusList* DBusCondVar::list

list thread-local-stored events waiting on the cond variable

Definition at line 67 of file dbus-sysdeps-thread-win.c.

◆ lock

CRITICAL_SECTION DBusCondVar::lock

lock protecting the list

Definition at line 68 of file dbus-sysdeps-thread-win.c.


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