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
fd104f83
Commit
fd104f83
authored
Oct 15, 2012
by
Dan Kegel
Committed by
Alexandre Julliard
Oct 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vcomp: No-op stub for _vcomp_barrier.
parent
2a0055af
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
main.c
dlls/vcomp/main.c
+5
-0
vcomp.spec
dlls/vcomp/vcomp.spec
+1
-1
vcomp100.spec
dlls/vcomp100/vcomp100.spec
+1
-1
vcomp90.spec
dlls/vcomp90/vcomp90.spec
+1
-1
No files found.
dlls/vcomp/main.c
View file @
fd104f83
...
...
@@ -86,6 +86,11 @@ void CDECL omp_set_num_threads(int num_threads)
TRACE
(
"(%d): stub
\n
"
,
num_threads
);
}
void
CDECL
_vcomp_barrier
(
void
)
{
TRACE
(
"stub
\n
"
);
}
void
CDECL
_vcomp_set_num_threads
(
int
num_threads
)
{
TRACE
(
"(%d): stub
\n
"
,
num_threads
);
...
...
dlls/vcomp/vcomp.spec
View file @
fd104f83
...
...
@@ -50,7 +50,7 @@
@ stub _vcomp_atomic_xor_i2
@ stub _vcomp_atomic_xor_i4
@ stub _vcomp_atomic_xor_i8
@
stub _vcomp_barrier
@
cdecl _vcomp_barrier()
@ stub _vcomp_copyprivate_broadcast
@ stub _vcomp_copyprivate_receive
@ stub _vcomp_enter_critsect
...
...
dlls/vcomp100/vcomp100.spec
View file @
fd104f83
...
...
@@ -50,7 +50,7 @@
@ stub _vcomp_atomic_xor_i2
@ stub _vcomp_atomic_xor_i4
@ stub _vcomp_atomic_xor_i8
@
stub
_vcomp_barrier
@
cdecl _vcomp_barrier() vcomp.
_vcomp_barrier
@ stub _vcomp_copyprivate_broadcast
@ stub _vcomp_copyprivate_receive
@ stub _vcomp_enter_critsect
...
...
dlls/vcomp90/vcomp90.spec
View file @
fd104f83
...
...
@@ -50,7 +50,7 @@
@ stub _vcomp_atomic_xor_i2
@ stub _vcomp_atomic_xor_i4
@ stub _vcomp_atomic_xor_i8
@
stub
_vcomp_barrier
@
cdecl _vcomp_barrier() vcomp.
_vcomp_barrier
@ stub _vcomp_copyprivate_broadcast
@ stub _vcomp_copyprivate_receive
@ stub _vcomp_enter_critsect
...
...
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