Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Dpcap-tc.c316 TC_API_LOAD_STATUS currentStatus; in LoadTcFunctions() local
320currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
322 while(currentStatus == TC_API_LOADING) in LoadTcFunctions()
324currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
332 if(currentStatus == TC_API_LOADED) in LoadTcFunctions()
337 if (currentStatus == TC_API_CANNOT_LOAD) in LoadTcFunctions()
342 currentStatus = TC_API_CANNOT_LOAD; in LoadTcFunctions()
401 currentStatus = TC_API_LOADED; in LoadTcFunctions()
404 if (currentStatus != TC_API_LOADED) in LoadTcFunctions()
413 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus); in LoadTcFunctions()
[all …]