Home
last modified time | relevance | path

Searched refs:close_parent (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2673 char *close_parent = strstr(buffer, ") "); in __kmp_get_load_balance() local
2674 if (close_parent != NULL) { in __kmp_get_load_balance()
2675 char state = *(close_parent + 2); in __kmp_get_load_balance()