Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp2393 char *close_parent = strstr(buffer, ") "); in __kmp_get_load_balance() local
2394 if (close_parent != NULL) { in __kmp_get_load_balance()
2395 char state = *(close_parent + 2); in __kmp_get_load_balance()