Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c261 TC_API_LOAD_STATUS currentStatus; in LoadTcFunctions() local
265currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
267 while(currentStatus == TC_API_LOADING) in LoadTcFunctions()
269currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_AP… in LoadTcFunctions()
277 if(currentStatus == TC_API_LOADED) in LoadTcFunctions()
282 if (currentStatus == TC_API_CANNOT_LOAD) in LoadTcFunctions()
287 currentStatus = TC_API_CANNOT_LOAD; in LoadTcFunctions()
346 currentStatus = TC_API_LOADED; in LoadTcFunctions()
349 if (currentStatus != TC_API_LOADED) in LoadTcFunctions()
358 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus); in LoadTcFunctions()
[all …]