Home
last modified time | relevance | path

Searched defs:DBusCondVar (Results 1 – 3 of 3) 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-sysdeps-pthread.c54 struct DBusCondVar { struct
61 #define DBUS_COND_VAR(c) ((DBusCondVar*) c) argument
Ddbus-threads.h43 typedef struct DBusCondVar DBusCondVar; typedef