summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-threads.c')
-rw-r--r--dbus/dbus-threads.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/dbus/dbus-threads.c b/dbus/dbus-threads.c
index 0b392240..a883057d 100644
--- a/dbus/dbus-threads.c
+++ b/dbus/dbus-threads.c
@@ -154,6 +154,8 @@ dbus_condvar_wait (DBusCondVar *cond,
* mutex again before returning.
* Does nothing if passed a #NULL pointer.
*
+ * @param cond the condition variable
+ * @param mutex the mutex
* @param timeout_milliseconds the maximum time to wait
* @returns TRUE if the condition was reached, or FALSE if the
* timeout was reached.
@@ -193,12 +195,6 @@ dbus_condvar_wake_all (DBusCondVar *cond)
(* thread_functions.condvar_wake_all) (cond);
}
-
-DBusMutex * _dbus_list_init_lock (void);
-DBusMutex * _dbus_allocated_slots_init_lock (void);
-DBusMutex *_dbus_atomic_init_lock (void);
-DBusMutex *_dbus_message_handler_init_lock (void);
-
static dbus_bool_t
init_static_locks(void)
{