You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this for new documentation, or an update to existing docs?
New
Describe the incorrect/future/missing documentation
Instead of:
Arrives at a barrier in shared memory, updating both the arrival count and transaction count.
should say:
Arrives at a barrier in shared memory, decrementing the arrival count by arrive_count_update and incrementing the expected transaction count by transaction_count_update`.
This is covered in the effects but the summary should cover it to, since this API only arrives at the arrive-count; it does not "arrive" at the tx-count (complete-tx), it performs an expect-tx op on the tx-count.
If this is a correction, please provide a link to the incorrect documentation. If this is a new documentation request, please link to where you have looked.
...
The text was updated successfully, but these errors were encountered:
Is this a duplicate?
Is this for new documentation, or an update to existing docs?
New
Describe the incorrect/future/missing documentation
Instead of:
should say:
This is covered in the effects but the summary should cover it to, since this API only arrives at the arrive-count; it does not "arrive" at the tx-count (complete-tx), it performs an expect-tx op on the tx-count.
If this is a correction, please provide a link to the incorrect documentation. If this is a new documentation request, please link to where you have looked.
...
The text was updated successfully, but these errors were encountered: