Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
cf978c9a
Commit
cf978c9a
authored
Nov 02, 2022
by
Brendan Shanks
Committed by
Alexandre Julliard
Nov 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winealsa: Set name of internal threads.
parent
de2483e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
midi.c
dlls/winealsa.drv/midi.c
+2
-0
mmdevdrv.c
dlls/winealsa.drv/mmdevdrv.c
+2
-0
No files found.
dlls/winealsa.drv/midi.c
View file @
cf978c9a
...
...
@@ -114,6 +114,8 @@ static DWORD WINAPI notify_thread(void *p)
struct
notify_context
notify
;
BOOL
quit
;
SetThreadDescription
(
GetCurrentThread
(),
L"winealsa_midi_notify"
);
params
.
notify
=
&
notify
;
params
.
quit
=
&
quit
;
...
...
dlls/winealsa.drv/mmdevdrv.c
View file @
cf978c9a
...
...
@@ -238,6 +238,8 @@ static DWORD WINAPI alsa_timer_thread(void *user)
struct
timer_loop_params
params
;
struct
ACImpl
*
This
=
user
;
SetThreadDescription
(
GetCurrentThread
(),
L"winealsa_timer"
);
params
.
stream
=
This
->
stream
;
ALSA_CALL
(
timer_loop
,
&
params
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment