Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
A type that holds 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.
The following functions use omp_nest_lock_t:
For more information, see 3.2 Lock Functions.
Example
See omp_init_nest_lock for an example of using omp_nest_lock_t.