Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp47 /*static*/ GlobalTestContext::ThreadEntry* GlobalTestContext::sGlobalThreads member in GlobalTestContext
70 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()
H A DTestContext.h79 static ThreadEntry* sGlobalThreads;