We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4791907 commit f5bbe7aCopy full SHA for f5bbe7a
server/src/unifyfs_p2p_rpc.c
@@ -170,8 +170,8 @@ void cleanup_p2p_request(p2p_request* preq)
170
/* release other pending state */
171
if (ABT_MUTEX_NULL != preq->pending_sync) {
172
if (ABT_COND_NULL != preq->pending_cond) {
173
+ int waiters = 0;
174
do {
- int waiters = 0;
175
ABT_mutex_lock(preq->pending_sync);
176
waiters = preq->pending_waiters;
177
ABT_mutex_unlock(preq->pending_sync);
0 commit comments