Searched defs:DBusConnection (Results 1 – 2 of 2) sorted by relevance
245 struct DBusConnection struct249 DBusMutex *mutex; /**< Lock on the entire DBusConnection */ argument251 DBusMutex *dispatch_mutex; /**< Protects dispatch_acquired */252 DBusCondVar *dispatch_cond; /**< Notify when dispatch_acquired is available */253 DBusMutex *io_path_mutex; /**< Protects io_path_acquired */254 DBusCondVar *io_path_cond; /**< Notify when io_path_acquired is available */256 …List *outgoing_messages; /**< Queue of messages we need to send, send the end of the list first. */257 …oming_messages; /**< Queue of messages we have received, end of the list received most recently. */259 DBusMessage *message_borrowed; /**< Filled in if the first incoming message has been borrowed;263 int n_outgoing; /**< Length of outgoing queue. */[all …]
51 typedef struct DBusConnection DBusConnection; typedef