Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * dbus\dbus-sysdeps-win-thread.c: renamed to dbus-sysdeps-thread-win.c, it ↵ | Ralf Habacker | 2007-03-15 | 1 | -260/+0 |
| | | | | is a platform depending file similar to dbus-sysdeps-pthread.c. | ||||
* | 2006-12-13 Ralf Habacker <ralf.habacker@freenet.de> | Ralf Habacker | 2006-12-13 | 1 | -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 Pennington | 2006-10-27 | 1 | -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. |