Searched defs:DBusCondVar (Results 1 – 2 of 2) 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 */
43 typedef struct DBusCondVar DBusCondVar; typedef