Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dexception.cc449 static bool fakeTLS; variable
463 fakeTLS = true; in init_key()
468 fakeTLS = (pthread_getspecific(eh_key) != reinterpret_cast<void *>(0x42)); in init_key()
479 fakeTLS = true; in thread_info()
481 if (fakeTLS) { return &singleThreadInfo; } in thread_info()
496 if (fakeTLS) { return &singleThreadInfo; } in thread_info_fast()