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
sds
abt-io
Commits
082f514e
Commit
082f514e
authored
Jan 22, 2016
by
Philip Carns
Browse files
minor tweak to condition variable usage
parent
06dae2a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/abt-io-overlap.c
View file @
082f514e
...
...
@@ -246,8 +246,8 @@ static void worker_ult(void *_arg)
ABT_mutex_lock
(
arg
->
mutex
);
arg
->
inflight
--
;
ABT_cond_signal
(
arg
->
cond
);
ABT_mutex_unlock
(
arg
->
mutex
);
ABT_cond_signal
(
arg
->
cond
);
return
;
}
...
...
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