summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps-win-thread.c
Commit message (Collapse)AuthorAgeFilesLines
* * dbus\dbus-sysdeps-win-thread.c: renamed to dbus-sysdeps-thread-win.c, it ↵Ralf Habacker2007-03-151-260/+0
| | | | is a platform depending file similar to dbus-sysdeps-pthread.c.
* 2006-12-13 Ralf Habacker <ralf.habacker@freenet.de>Ralf Habacker2006-12-131-2/+3
| | | | | * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32): correctness fix. - Patch from Christian Ehrlicher
* 2006-10-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-271-0/+259
* 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.