Searched refs:sGlobalThreads (Results 1 – 2 of 2) sorted by relevance
47 /*static*/ GlobalTestContext::ThreadEntry* GlobalTestContext::sGlobalThreads member in GlobalTestContext70 ThreadEntry** entry = &sGlobalThreads; in ~GlobalTestContext()87 ThreadEntry* entry = sGlobalThreads; in Current()141 entry->globalNext = sGlobalThreads; in _SetCurrent()142 sGlobalThreads = entry; in _SetCurrent()152 ThreadEntry** entry = &sGlobalThreads; in _UnsetCurrent()
79 static ThreadEntry* sGlobalThreads;