Home
last modified time | relevance | path

Searched defs:DBusCondVar (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-sysdeps-thread-win.c33 struct DBusCondVar { struct
34 DBusList *list; /**< list thread-local-stored events waiting on the cond variable */
35 CRITICAL_SECTION lock; /**< lock protecting the list */
Ddbus-threads.h43 typedef struct DBusCondVar DBusCondVar; typedef