LLVM OpenMP* Runtime Library
Functions
Deprecated Functions

Functions in this group are for backwards compatibility only, and should not be used in new code. More...

Functions

kmp_int32 __kmpc_ok_to_fork (ident_t *loc)
 

Detailed Description

Functions in this group are for backwards compatibility only, and should not be used in new code.

Function Documentation

◆ __kmpc_ok_to_fork()

kmp_int32 __kmpc_ok_to_fork ( ident_t loc)
Parameters
loclocation description

This function need not be called. It always returns TRUE.

Definition at line 155 of file kmp_csupport.cpp.