index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
thread-posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-22
Fix undefined behaviour in pulseaudio --start.
Stefan Sperling
1
-0
/
+7
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-3
/
+3
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-2
/
+0
2011-04-23
thread-posix: Use pthread_(get|set)name_np() if available
Daniel Mack
1
-0
/
+9
2010-05-07
thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm
Lennart Poettering
1
-2
/
+46
2010-02-09
once: make once related variables volatile
Lennart Poettering
1
-6
/
+2
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2008-08-08
make sure we don't crash if pa_thread_join() is called more than once on the ...
Lennart Poettering
1
-1
/
+8
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-37
/
+22
2007-05-29
Kill spaces on EOL
Lennart Poettering
1
-1
/
+1
2007-05-27
unfortunately we cannot detect if a foreign thread is still running. Thus suc...
Lennart Poettering
1
-11
/
+6
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+3
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-18
/
+18
2006-09-09
update for newer APIs: replace direct usage of libatomic_ops by usage of our ...
Lennart Poettering
1
-38
/
+13
2006-09-04
add accessor functions for the userdata attached to a pa_thread object
Lennart Poettering
1
-0
/
+12
2006-09-04
fix pa_thread_is_running() for foreign threads; fix a memory leak for foreign...
Lennart Poettering
1
-1
/
+25
2006-09-04
make pa_thread_self() return a sensible pointer on foreign threads
Lennart Poettering
1
-2
/
+19
2006-09-01
Fix call to pa_mutex_new().
Pierre Ossman
1
-1
/
+1
2006-09-01
Add pthread_once() equivalent support.
Pierre Ossman
1
-0
/
+25
2006-08-31
Also wrap yield functionality so that it can be platform independent.
Pierre Ossman
1
-0
/
+9
2006-08-31
define AO_REQUIRE_CAS in the Makefile instead of each source file, effectivel...
Lennart Poettering
1
-1
/
+0
2006-08-30
fix handling of "running" variable
Lennart Poettering
1
-3
/
+8
2006-08-30
Add AO_REQUIRE_CAS as we do.
Pierre Ossman
1
-0
/
+2
2006-08-29
add a threading primitive API
Lennart Poettering
1
-0
/
+146