Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides links to data types used in the OpenMP API.
The Visual C++ implementation of the OpenMP standard includes the following data types.
Data type |
Description |
|---|---|
A type that holds the status of a lock, whether the lock is available or if a thread owns a lock. |
|
A type that holds one of the following pieces of information about a lock: whether the lock is available, and the identity of the thread that owns the lock and a nesting count. |