2006-10-26 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 27 Oct 2006 01:09:24 +0000 (01:09 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 27 Oct 2006 01:09:24 +0000 (01:09 +0000)
commit5886f5326da2dbe8f1a7c97736d544fa4cef169b
treedc67158b953aa57605d18ea43f1cd9f916d82716
parentcaae991f97ce1b09595d3229f2868268678b8de6
2006-10-26  Havoc Pennington  <hp@redhat.com>

        * dbus/dbus-threads.[hc]: Documentation improvements. Clarify how
condition variables relate to recursive mutexes.

        * dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c,
dbus/dbus-threads.c: Split the platforms-specific thread
implementations into their own files.

* dbus/dbus-sysdeps-pthread.c
(_dbus_pthread_condvar_wait_timeout): invert the return value, it
was backward. Not that anything uses it.
ChangeLog
dbus/Makefile.am
dbus/dbus-connection.c
dbus/dbus-sysdeps-pthread.c [new file with mode: 0644]
dbus/dbus-sysdeps-win-thread.c [new file with mode: 0644]
dbus/dbus-sysdeps.h
dbus/dbus-threads-internal.h
dbus/dbus-threads.c
dbus/dbus-threads.h