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

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp43 KMP_I18N_CLOSED, // Not yet opened or closed. enumerator in enum:kmp_i18n_cat_status
48 static volatile kmp_i18n_cat_status_t status = KMP_I18N_CLOSED;
63 if (status == KMP_I18N_CLOSED) {
65 if (status == KMP_I18N_CLOSED) {
94 KMP_DEBUG_ASSERT(status == KMP_I18N_CLOSED);
184 status = KMP_I18N_CLOSED;
195 if (status == KMP_I18N_CLOSED) {
288 KMP_DEBUG_ASSERT(status == KMP_I18N_CLOSED);
415 status = KMP_I18N_CLOSED;
548 if (status == KMP_I18N_CLOSED) {
[all...]

Completed in 53 milliseconds