Lines Matching defs:loadStatus
88 TC_API_LOAD_STATUS LoadStatus;
148 TC_API_UNLOADED, /* LoadStatus */
174 TC_API_LOADED, /* LoadStatus */
320 currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_API_UNLOADED);
324 currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_API_LOADING);
413 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus);
438 TC_API_LOAD_STATUS loadStatus;
448 loadStatus = LoadTcFunctions();
450 if (loadStatus != TC_API_LOADED)