Searched refs:DBusCondVar (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-threads-internal.h61 DBusCondVar* _dbus_condvar_new (void);
62 void _dbus_condvar_free (DBusCondVar *cond);
63 void _dbus_condvar_wait (DBusCondVar *cond,
65 dbus_bool_t _dbus_condvar_wait_timeout (DBusCondVar *cond,
68 void _dbus_condvar_wake_one (DBusCondVar *cond);
69 void _dbus_condvar_new_at_location (DBusCondVar **location_p);
70 void _dbus_condvar_free_at_location (DBusCondVar **location_p);
84 DBusCondVar* _dbus_platform_condvar_new (void);
85 void _dbus_platform_condvar_free (DBusCondVar *cond);
86 void _dbus_platform_condvar_wait (DBusCondVar *con
[all...]
H A Ddbus-threads.h43 typedef struct DBusCondVar DBusCondVar; typedef in typeref:struct:DBusCondVar
77 typedef DBusCondVar* (* DBusCondVarNewFunction) (void);
80 typedef void (* DBusCondVarFreeFunction) (DBusCondVar *cond);
92 typedef void (* DBusCondVarWaitFunction) (DBusCondVar *cond,
101 typedef dbus_bool_t (* DBusCondVarWaitTimeoutFunction) (DBusCondVar *cond,
108 typedef void (* DBusCondVarWakeOneFunction) (DBusCondVar *cond);
114 typedef void (* DBusCondVarWakeAllFunction) (DBusCondVar *cond);
H A Ddbus-sysdeps-pthread.c54 struct DBusCondVar { struct
61 #define DBUS_COND_VAR(c) ((DBusCondVar*) c)
171 DBusCondVar *
174 DBusCondVar *pcond;
178 pcond = dbus_new (DBusCondVar, 1);
205 _dbus_platform_condvar_free (DBusCondVar *cond)
212 _dbus_platform_condvar_wait (DBusCondVar *cond,
219 _dbus_platform_condvar_wait_timeout (DBusCondVar *cond,
260 _dbus_platform_condvar_wake_one (DBusCondVar *cond)
H A Ddbus-sysdeps-thread-win.c33 struct DBusCondVar { struct
145 DBusCondVar *
148 DBusCondVar *cond;
150 cond = dbus_new (DBusCondVar, 1);
161 _dbus_platform_condvar_free (DBusCondVar *cond)
169 _dbus_condvar_wait_win32 (DBusCondVar *cond,
228 _dbus_platform_condvar_wait (DBusCondVar *cond,
235 _dbus_platform_condvar_wait_timeout (DBusCondVar *cond,
243 _dbus_platform_condvar_wake_one (DBusCondVar *cond)
H A Ddbus-threads.c41 #define _DBUS_DUMMY_CONDVAR ((DBusCondVar*)0xABCDEF2)
223 DBusCondVar *
244 _dbus_condvar_new_at_location (DBusCondVar **location_p)
267 _dbus_condvar_free (DBusCondVar *cond)
279 _dbus_condvar_free_at_location (DBusCondVar **location_p)
304 _dbus_condvar_wait (DBusCondVar *cond,
323 _dbus_condvar_wait_timeout (DBusCondVar *cond,
340 _dbus_condvar_wake_one (DBusCondVar *cond)
413 DBusCondVar **cp;
415 cp = (DBusCondVar **)lin
[all...]
H A Ddbus-connection-internal.h101 DBusCondVar **dispatch_cond_loc,
102 DBusCondVar **io_path_cond_loc);
H A Ddbus-connection.c270 DBusCondVar *dispatch_cond; /**< Notify when dispatch_acquired is available */
272 DBusCondVar *io_path_cond; /**< Notify when io_path_acquired is available */
467 DBusCondVar **dispatch_cond_loc,
468 DBusCondVar **io_path_cond_loc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtest-threads-init.c91 check_condvar_lock (DBusCondVar *condvar1,
92 DBusCondVar *condvar2,
116 DBusCondVar *dispatch_cond1, *io_path_cond1;
118 DBusCondVar *dispatch_cond2, *io_path_cond2;

Completed in 129 milliseconds