Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chuck cranor
margo
Commits
bd8ff7b9
Commit
bd8ff7b9
authored
Feb 18, 2016
by
Jonathan Jenkins
Browse files
account for ready and blocked threads in progress loop
parent
c44e1322
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/margo.c
View file @
bd8ff7b9
...
...
@@ -119,7 +119,7 @@ static void hg_progress_fn(void* foo)
if
(
!
mid
->
hg_progress_shutdown_flag
)
{
ABT_pool_get_size
(
mid
->
progress_pool
,
&
size
);
ABT_pool_get_
total_
size
(
mid
->
progress_pool
,
&
size
);
if
(
size
>
0
)
{
HG_Progress
(
mid
->
hg_class
,
mid
->
hg_context
,
0
);
...
...
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