-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: James Dinan <[email protected]>
- Loading branch information
Showing
4 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
\apisummary{ | ||
Returns the initialized statis of the \openshmem library. | ||
} | ||
|
||
\begin{apidefinition} | ||
|
||
\begin{Csynopsis} | ||
void @\FuncDecl{shmem\_query\_initialized}@(int *initialized); | ||
\end{Csynopsis} | ||
|
||
\begin{apiarguments} | ||
\apiargument{OUT}{initialized}{Nonzero if the \openshmem library is in the initialized state. Nonzero otherwise.} | ||
\end{apiarguments} | ||
|
||
\apidescription{ | ||
The \FUNC{shmem\_query\_initialized} call returns the initialization status | ||
of the \openshmem library. If the application has called an \openshmem | ||
initialization routine and has not yet made the corresponding call to | ||
\FUNC{shmem\_finalize}, this routine returns nonzero. Otherwise, it returns | ||
zero. | ||
|
||
This function may be called at any time, regardless of the thread safety | ||
level of the \openshmem library. | ||
} | ||
|
||
\apireturnvalues{ | ||
None. | ||
} | ||
|
||
\end{apidefinition} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters