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
bf4daa33
Commit
bf4daa33
authored
Aug 07, 2015
by
Sebastian Lackner
Committed by
Alexandre Julliard
Aug 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vcomp: Implement _vcomp_master_begin and _vcomp_master_end.
parent
2c8f5e09
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
8 deletions
+20
-8
main.c
dlls/vcomp/main.c
+12
-0
vcomp.spec
dlls/vcomp/vcomp.spec
+2
-2
vcomp100.spec
dlls/vcomp100/vcomp100.spec
+2
-2
vcomp110.spec
dlls/vcomp110/vcomp110.spec
+2
-2
vcomp90.spec
dlls/vcomp90/vcomp90.spec
+2
-2
No files found.
dlls/vcomp/main.c
View file @
bf4daa33
...
...
@@ -489,6 +489,18 @@ void CDECL _vcomp_set_num_threads(int num_threads)
vcomp_init_thread_data
()
->
fork_threads
=
num_threads
;
}
int
CDECL
_vcomp_master_begin
(
void
)
{
TRACE
(
"()
\n
"
);
return
!
vcomp_init_thread_data
()
->
thread_num
;
}
void
CDECL
_vcomp_master_end
(
void
)
{
TRACE
(
"()
\n
"
);
/* nothing to do here */
}
int
CDECL
_vcomp_single_begin
(
int
flags
)
{
TRACE
(
"(%x): stub
\n
"
,
flags
);
...
...
dlls/vcomp/vcomp.spec
View file @
bf4daa33
...
...
@@ -68,8 +68,8 @@
@ stub _vcomp_get_thread_num
@ stub _vcomp_leave_critsect
@ stub _vcomp_master_barrier
@
stub _vcomp_master_begin
@
stub _vcomp_master_end
@
cdecl _vcomp_master_begin()
@
cdecl _vcomp_master_end()
@ stub _vcomp_ordered_begin
@ stub _vcomp_ordered_end
@ stub _vcomp_ordered_loop_end
...
...
dlls/vcomp100/vcomp100.spec
View file @
bf4daa33
...
...
@@ -68,8 +68,8 @@
@ stub _vcomp_get_thread_num
@ stub _vcomp_leave_critsect
@ stub _vcomp_master_barrier
@
stub
_vcomp_master_begin
@
stub
_vcomp_master_end
@
cdecl _vcomp_master_begin() vcomp.
_vcomp_master_begin
@
cdecl _vcomp_master_end() vcomp.
_vcomp_master_end
@ stub _vcomp_ordered_begin
@ stub _vcomp_ordered_end
@ stub _vcomp_ordered_loop_end
...
...
dlls/vcomp110/vcomp110.spec
View file @
bf4daa33
...
...
@@ -69,8 +69,8 @@
@ stub _vcomp_get_thread_num
@ stub _vcomp_leave_critsect
@ stub _vcomp_master_barrier
@
stub
_vcomp_master_begin
@
stub
_vcomp_master_end
@
cdecl _vcomp_master_begin() vcomp.
_vcomp_master_begin
@
cdecl _vcomp_master_end() vcomp.
_vcomp_master_end
@ stub _vcomp_ordered_begin
@ stub _vcomp_ordered_end
@ stub _vcomp_ordered_loop_end
...
...
dlls/vcomp90/vcomp90.spec
View file @
bf4daa33
...
...
@@ -68,8 +68,8 @@
@ stub _vcomp_get_thread_num
@ stub _vcomp_leave_critsect
@ stub _vcomp_master_barrier
@
stub
_vcomp_master_begin
@
stub
_vcomp_master_end
@
cdecl _vcomp_master_begin() vcomp.
_vcomp_master_begin
@
cdecl _vcomp_master_end() vcomp.
_vcomp_master_end
@ stub _vcomp_ordered_begin
@ stub _vcomp_ordered_end
@ stub _vcomp_ordered_loop_end
...
...
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