D-Bus 1.15.12
|
Data Fields | |
pthread_cond_t | cond |
the condition | |
DBusList * | list |
list thread-local-stored events waiting on the cond variable | |
CRITICAL_SECTION | lock |
lock protecting the list | |
Definition at line 59 of file dbus-sysdeps-pthread.c.
pthread_cond_t DBusCondVar::cond |
the condition
Definition at line 60 of file dbus-sysdeps-pthread.c.
DBusList* DBusCondVar::list |
list thread-local-stored events waiting on the cond variable
Definition at line 67 of file dbus-sysdeps-thread-win.c.
CRITICAL_SECTION DBusCondVar::lock |
lock protecting the list
Definition at line 68 of file dbus-sysdeps-thread-win.c.