mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-03 14:50:28 +01: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
dd85c239a9
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);
|
||||
#endif
|
||||
|
||||
t->id = pthread_self();
|
||||
|
||||
PA_STATIC_TLS_SET(current_thread, t);
|
||||
|
||||
pa_atomic_inc(&t->running);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue