Skip to content

Commit

Permalink
Merge pull request openshmem-org#367 from jdinan/pr/revert-sec-edit
Browse files Browse the repository at this point in the history
Revert "Update full/partial completion to signal_wait_until"
  • Loading branch information
jdinan authored Feb 10, 2020
2 parents 9ee8703 + 4ac7dce commit ee7e8b4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions content/shmem_signal_wait_until.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,18 @@
blocks until the value of \VAR{sig\_addr} at the calling \ac{PE} satisfies
the wait condition specified by the comparison operator, \VAR{cmp}, and
comparison value, \VAR{cmp\_value}.

Implementations must ensure that \FUNC{shmem\_signal\_wait\_until} do not
return before the update of the memory indicated by \VAR{sig\_addr} is
fully complete.
}

\apireturnvalues{
Return the contents of the signal data object, \VAR{sig\_addr}, at the
calling \ac{PE} that satisfies the wait condition.
}

\apiimpnotes{
Implementations must ensure that \FUNC{shmem\_signal\_wait\_until} do not
return before the update of the memory indicated by \VAR{sig\_addr} is fully
complete. Partial updates to the memory must not cause
\FUNC{shmem\_signal\_wait\_until} to return.
}

\end{apidefinition}

0 comments on commit ee7e8b4

Please sign in to comment.