Commit 1de67af
committed
Cleanup sync object handling in ompi_request_complete
It's sufficient to swap the req_complete with REQUEST_COMPLETED
and look at the original value to decide whether a sync object was
there. No need to first CAS and then swap.
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>1 parent c6180c0 commit 1de67af
1 file changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
549 | 546 | | |
550 | | - | |
| 547 | + | |
551 | 548 | | |
| 549 | + | |
552 | 550 | | |
553 | 551 | | |
554 | 552 | | |
| |||
0 commit comments