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
9ba01e02
Commit
9ba01e02
authored
Sep 29, 2012
by
Dan Kegel
Committed by
Alexandre Julliard
Oct 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vcomp: Better stub for omp_get_num_threads.
parent
ed3d0e00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
main.c
dlls/vcomp/main.c
+6
-0
vcomp.spec
dlls/vcomp/vcomp.spec
+1
-1
No files found.
dlls/vcomp/main.c
View file @
9ba01e02
...
...
@@ -35,6 +35,12 @@ int CDECL omp_get_num_procs(void)
return
1
;
}
int
CDECL
omp_get_num_threads
(
void
)
{
TRACE
(
"stub
\n
"
);
return
1
;
}
/* Time in seconds since "some time in the past" */
double
CDECL
omp_get_wtime
(
void
)
{
...
...
dlls/vcomp/vcomp.spec
View file @
9ba01e02
...
...
@@ -94,7 +94,7 @@
@ stub omp_get_max_threads
@ stub omp_get_nested
@ cdecl omp_get_num_procs()
@
stub omp_get_num_threads
@
cdecl omp_get_num_threads()
@ stub omp_get_thread_num
@ stub omp_get_wtick
@ cdecl omp_get_wtime()
...
...
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