Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
8f6b8e97
Commit
8f6b8e97
authored
Sep 26, 2022
by
Brendan Shanks
Committed by
Alexandre Julliard
Oct 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sechost: Set the name of internal threads.
parent
0c848768
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
service.c
dlls/sechost/service.c
+5
-0
No files found.
dlls/sechost/service.c
View file @
8f6b8e97
...
...
@@ -1288,6 +1288,8 @@ static DWORD WINAPI notify_thread(void *user)
SERVICE_NOTIFY_STATUS_CHANGE_PARAMS_2
*
cparams
;
BOOL
dummy
;
SetThreadDescription
(
GetCurrentThread
(),
L"wine_sechost_notify_service_status"
);
__TRY
{
/* GetNotifyResults blocks until there is an event */
...
...
@@ -1585,6 +1587,7 @@ static DWORD WINAPI service_thread( void *arg )
DWORD
argc
=
0
,
len
=
0
;
TRACE
(
"%p
\n
"
,
arg
);
SetThreadDescription
(
GetCurrentThread
(),
L"wine_sechost_service"
);
while
(
str
[
len
])
{
...
...
@@ -2021,6 +2024,8 @@ static DWORD WINAPI device_notify_proc( void *arg )
unsigned
int
i
,
size
;
BYTE
*
buf
;
SetThreadDescription
(
GetCurrentThread
(),
L"wine_sechost_device_notify"
);
if
((
err
=
RpcStringBindingComposeW
(
NULL
,
protseq
,
NULL
,
endpoint
,
NULL
,
&
binding_str
)))
{
ERR
(
"RpcStringBindingCompose() failed, error %#lx
\n
"
,
err
);
...
...
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