summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/mutex-posix.c
Commit message (Expand)AuthorAgeFilesLines
* mutex: when we fail to fill in mutex into static mutex ptr free it againLennart Poettering2009-04-211-0/+2
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* add support for static mutexesLennart Poettering2009-01-231-0/+20
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* add new pa_mutex_try_lock() APILennart Poettering2007-11-241-0/+12
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-27/+43
* 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