mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Merge branch 'pthread-id-reassignment' into 'master'
pulsecore: thread-posix.c: remove unnecessary assignment See merge request pulseaudio/pulseaudio!335
This commit is contained in:
commit
c8d9d2d9f7
1 changed files with 0 additions and 2 deletions
|
|
@ -73,8 +73,6 @@ static void* internal_thread_func(void *userdata) {
|
||||||
pthread_setname_np(t->name);
|
pthread_setname_np(t->name);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
t->id = pthread_self();
|
|
||||||
|
|
||||||
PA_STATIC_TLS_SET(current_thread, t);
|
PA_STATIC_TLS_SET(current_thread, t);
|
||||||
|
|
||||||
pa_atomic_inc(&t->running);
|
pa_atomic_inc(&t->running);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue