Searched refs:canUsePthread (Results 1 – 2 of 2) sorted by relevance
661 static bool canUsePthread;663 static const bool canUsePthread = true;677 if (canUsePthread)696 if (canUsePthread) {720 if (!canUsePthread) {721 canUsePthread = true;
714 bool RecursiveMallocCallProtector::canUsePthread; member in rml::internal::RecursiveMallocCallProtector