D-Bus 1.14.10
|
Data Fields | |
pthread_cond_t | cond |
the condition More... | |
DBusList * | list |
list thread-local-stored events waiting on the cond variable More... | |
CRITICAL_SECTION | lock |
lock protecting the list More... | |
Definition at line 57 of file dbus-sysdeps-pthread.c.
pthread_cond_t DBusCondVar::cond |
the condition
Definition at line 58 of file dbus-sysdeps-pthread.c.
DBusList* DBusCondVar::list |
list thread-local-stored events waiting on the cond variable
Definition at line 52 of file dbus-sysdeps-thread-win.c.
CRITICAL_SECTION DBusCondVar::lock |
lock protecting the list
Definition at line 53 of file dbus-sysdeps-thread-win.c.