summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/mutex-posix.c
Commit message (Expand)AuthorAgeFilesLines
* If PTHREAD_PRIO_INHERIT mutexes are not available fall back to normal mutexesLennart Poettering2007-09-181-2/+22
* use priority inheritance on mutexes where applicableLennart Poettering2007-09-171-2/+7
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-111-24/+17
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-2/+0
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-3/+3
* make pa_mutex_new() and pa_cond_new() succeed in all cases. Similar behaviour...Lennart Poettering2006-09-091-13/+3
* define AO_REQUIRE_CAS in the Makefile instead of each source file, effectivel...Lennart Poettering2006-08-311-1/+0
* Add AO_REQUIRE_CAS as we do.Pierre Ossman2006-08-301-0/+2
* add a threading primitive APILennart Poettering2006-08-291-0/+121