Searched refs:__kmp_need_register_atfork (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp391 int __kmp_need_register_atfork = variable
H A Dz_Linux_util.cpp1369 if (__kmp_need_register_atfork) {
1373 __kmp_need_register_atfork = FALSE;
H A Dkmp_settings.cpp3509 __kmp_stg_parse_bool(name, value, &__kmp_need_register_atfork);
3510 if (__kmp_need_register_atfork) {
H A Dkmp.h2940 __kmp_need_register_atfork; /* At initialization, call pthread_atfork to

Completed in 88 milliseconds