Searched defs:DBusCondVar (Results 1 – 3 of 3) sorted by relevance
33 struct DBusCondVar { struct34 DBusList *list; /**< list thread-local-stored events waiting on the cond variable */35 CRITICAL_SECTION lock; /**< lock protecting the list */
54 struct DBusCondVar { struct61 #define DBUS_COND_VAR(c) ((DBusCondVar*) c) argument
43 typedef struct DBusCondVar DBusCondVar; typedef