omp_nest_lock_t

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.

See Also

Concepts

OpenMP Data Types