Home
last modified time | relevance | path

Searched refs:LoadStatus (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-tc.c86 TC_API_LOAD_STATUS LoadStatus; member
265 …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()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h112 const char *LoadStatus(tid_t tid);
H A Dsanitizer_stoptheworld_linux_libcdep.cpp238 VReport(2, "%llu/status: %s\n", tid, thread_lister.LoadStatus(tid)); in SuspendAllThreads()
H A Dsanitizer_linux.cpp1147 const char *ThreadLister::LoadStatus(tid_t tid) { in LoadStatus() function in __sanitizer::ThreadLister
1164 const char *status = LoadStatus(tid); in IsAlive()