summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-pthread.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-1/+1
* Display thread id in _dbus_verbose to be able to see threading issues.Ralf Habacker2016-05-131-0/+18
* Revert "Add a statically-initialized implementation of _dbus_lock() on glibc ...Simon McVittie2013-08-301-47/+0
* Add a statically-initialized implementation of _dbus_lock() on glibc systemsSimon McVittie2013-06-171-0/+47
* dbus_threads_init_default, dbus_threads_init: be safe to call at any timeSimon McVittie2013-05-101-0/+14
* dbus_threads_init: call _dbus_threads_init_platform_specific()Simon McVittie2013-05-091-1/+2
* dbus-sysdeps-pthread.c: don't fail if !HAVE_MONOTONIC_CLOCK under -Werror=unusedSimon McVittie2012-11-191-0/+2
* hardening: Ensure _dbus_check_setuid() is initialized threadsafe mannerColin Walters2012-09-281-0/+5
* Remove _dbus_condvar_wake_all and both of its implementationsSimon McVittie2012-02-211-6/+0
* Never use non-libdbus threading primitivesSimon McVittie2012-02-211-99/+70
* Use actual recursive pthreads mutexes, rather than NIH'ing them, wrongSimon McVittie2012-02-211-99/+50
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* Bug 18121 - Use a monotonic clock for pthread timeoutsColin Walters2009-07-101-2/+41
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-06-151-0/+4
* * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,Thiago Macieira2006-11-191-1/+4
* 2006-10-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-281-2/+3
* 2006-10-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-271-9/+19
* 2006-10-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-271-18/+93
* 2006-10-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-271-32/+96
* 2006-10-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-271-0/+167