Searched refs:LoadStatus (Results 1 – 4 of 4) sorted by relevance
86 TC_API_LOAD_STATUS LoadStatus; member265 …currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()269 …currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()358 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus); in LoadTcFunctions()
112 const char *LoadStatus(tid_t tid);
238 VReport(2, "%llu/status: %s\n", tid, thread_lister.LoadStatus(tid)); in SuspendAllThreads()
1147 const char *ThreadLister::LoadStatus(tid_t tid) { in LoadStatus() function in __sanitizer::ThreadLister1164 const char *status = LoadStatus(tid); in IsAlive()