Searched refs:thread_specific (Results 1 – 4 of 4) sorted by relevance
121 std::optional<bool> thread_specific; member
222 section_sp->SetIsThreadSpecific(section.thread_specific.value_or(false)); in CreateSections()
700 o.map("thread_specific", section.thread_specific); in fromJSON()
1850 bool thread_specific = section->IsThreadSpecific(); in FindMatchingSection() local1856 sect->IsThreadSpecific() == thread_specific && in FindMatchingSection()