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
c4567214
Commit
c4567214
authored
Mar 26, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Get rid of the no longer used pthread emulation.
parent
91e2f61c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
3 deletions
+0
-3
Makefile.in
dlls/ntdll/Makefile.in
+0
-1
ntdll_misc.h
dlls/ntdll/ntdll_misc.h
+0
-1
pthread.c
dlls/ntdll/pthread.c
+0
-0
thread.c
dlls/ntdll/thread.c
+0
-1
No files found.
dlls/ntdll/Makefile.in
View file @
c4567214
...
...
@@ -31,7 +31,6 @@ C_SRCS = \
path.c
\
printf.c
\
process.c
\
pthread.c
\
reg.c
\
relay.c
\
resource.c
\
...
...
dlls/ntdll/ntdll_misc.h
View file @
c4567214
...
...
@@ -62,7 +62,6 @@ extern size_t get_signal_stack_total_size(void);
extern
void
version_init
(
const
WCHAR
*
appname
);
extern
void
debug_init
(
void
);
extern
HANDLE
thread_init
(
void
);
extern
void
pthread_init
(
void
);
extern
void
actctx_init
(
void
);
extern
void
virtual_init
(
void
);
extern
void
virtual_init_threading
(
void
);
...
...
dlls/ntdll/pthread.c
deleted
100644 → 0
View file @
91e2f61c
This diff is collapsed.
Click to expand it.
dlls/ntdll/thread.c
View file @
c4567214
...
...
@@ -335,7 +335,6 @@ HANDLE thread_init(void)
user_shared_data
->
TickCountLowDeprecated
=
user_shared_data
->
u
.
TickCount
.
LowPart
;
user_shared_data
->
TickCountMultiplier
=
1
<<
24
;
pthread_init
();
return
exe_file
;
}
...
...
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