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
9d545a60
Commit
9d545a60
authored
Dec 17, 2018
by
Matthieu Schaller
Browse files
Code formatting
parent
92eb7e38
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scheduler.c
View file @
9d545a60
...
...
@@ -2127,7 +2127,7 @@ void scheduler_rewait_mapper(void *map_data, int num_elements,
for
(
int
ind
=
0
;
ind
<
num_elements
;
ind
++
)
{
struct
task
*
t
=
&
s
->
tasks
[
tid
[
ind
]];
/* Ignore skipped tasks. */
/* Ignore skipped tasks. */
if
(
t
->
skip
)
continue
;
/* Increment the task's own wait counter for the enqueueing. */
...
...
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