HomeSort by: relevance | last modified time | path
    Searched defs:currentStatus (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-tc.c 261 TC_API_LOAD_STATUS currentStatus;
265 currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_API_UNLOADED);
267 while(currentStatus == TC_API_LOADING)
269 currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_API_LOADING);
277 if(currentStatus == TC_API_LOADED)
282 if (currentStatus == TC_API_CANNOT_LOAD)
287 currentStatus = TC_API_CANNOT_LOAD;
346 currentStatus = TC_API_LOADED;
349 if (currentStatus != TC_API_LOADED)
358 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus);
    [all...]

Completed in 14 milliseconds