Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h661 static bool canUsePthread;
663 static const bool canUsePthread = true;
677 if (canUsePthread)
696 if (canUsePthread) {
720 if (!canUsePthread) {
721 canUsePthread = true;
H A Dfrontend.cpp714 bool RecursiveMallocCallProtector::canUsePthread; member in rml::internal::RecursiveMallocCallProtector