Поделиться через


omp_unset_lock

Releases a lock.

void omp_unset_lock(
   omp_lock_t *lock
);

Заметки

where,

  • lock
    A variable of type omp_lock_t that was initialized with omp_init_lock, owned by the thread and executing in the function.

Заметки

For more information, see 3.2.4 omp_unset_lock and omp_unset_nest_lock Functions.

Пример

See omp_init_lock for an example of using omp_unset_lock.

См. также

Основные понятия

OpenMP Functions