summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/thread.h
Commit message (Expand)AuthorAgeFilesLines
* fix build with compilers that lack __threadLennart Poettering2007-09-261-1/+1
* copy free_cb into a temporary variable first, to avoid compiler warningLennart Poettering2007-09-191-1/+2
* explicitly destory TLS data before destroying TLSLennart Poettering2007-09-141-2/+8
* explcitly initialize tls memory to NULLLennart Poettering2007-09-111-1/+1
* Instead of including config.h from header files, check whether PACKAGE is def...Lennart Poettering2007-09-111-3/+2
* unify static TLS support, make use of gcc __thread attribute if availableLennart Poettering2007-09-101-3/+32
* add macro for creating static TLS objectsLennart Poettering2007-08-221-0/+26
* 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-3/+3
* update for newer APIs: replace direct usage of libatomic_ops by usage of our ...Lennart Poettering2006-09-091-5/+0
* add accessor functions for the userdata attached to a pa_thread objectLennart Poettering2006-09-041-0/+3
* Add pthread_once() equivalent support.Pierre Ossman2006-09-011-0/+5
* Also wrap yield functionality so that it can be platform independent.Pierre Ossman2006-08-311-0/+1
* add a threading primitive APILennart Poettering2006-08-291-0/+44