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