Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |