summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/thread-posix.c
Commit message (Expand)AuthorAgeFilesLines
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* make sure we don't crash if pa_thread_join() is called more than once on the ...Lennart Poettering2008-08-081-1/+8
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-37/+22
* Kill spaces on EOLLennart Poettering2007-05-291-1/+1
* unfortunately we cannot detect if a foreign thread is still running. Thus suc...Lennart Poettering2007-05-271-11/+6
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-18/+18
* update for newer APIs: replace direct usage of libatomic_ops by usage of our ...Lennart Poettering2006-09-091-38/+13
* add accessor functions for the userdata attached to a pa_thread objectLennart Poettering2006-09-041-0/+12
* fix pa_thread_is_running() for foreign threads; fix a memory leak for foreign...Lennart Poettering2006-09-041-1/+25
* make pa_thread_self() return a sensible pointer on foreign threadsLennart Poettering2006-09-041-2/+19
* Fix call to pa_mutex_new().Pierre Ossman2006-09-011-1/+1
* Add pthread_once() equivalent support.Pierre Ossman2006-09-011-0/+25
* Also wrap yield functionality so that it can be platform independent.Pierre Ossman2006-08-311-0/+9
* define AO_REQUIRE_CAS in the Makefile instead of each source file, effectivel...Lennart Poettering2006-08-311-1/+0
* fix handling of "running" variableLennart Poettering2006-08-301-3/+8
* Add AO_REQUIRE_CAS as we do.Pierre Ossman2006-08-301-0/+2
* add a threading primitive APILennart Poettering2006-08-291-0/+146