Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
0dfdf3aa
Commit
0dfdf3aa
authored
Aug 02, 2017
by
Peter W. Draper
Browse files
Typo
parent
5b51ae91
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/testThreadpool.c
View file @
0dfdf3aa
...
...
@@ -54,7 +54,7 @@ int main(int argc, char *argv[]) {
const
int
N
=
20
;
const
int
num_runs
=
2
;
// Create
a
threadpools with different numbers of threads.
// Create threadpools with different numbers of threads.
for
(
int
num_thread
=
1
;
num_thread
<=
16
;
num_thread
*=
4
)
{
printf
(
"# Creating threadpool with %d threads
\n
"
,
num_thread
);
struct
threadpool
tp
;
...
...
Write
Preview
Supports
Markdown
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