HomeSort by relevance Sort by last modified time
    Searched full:qwclsemaphore (Results 1 - 1 of 1) sorted by null

  /external/quake/quake/src/QW/client/
sys_win.c 47 HANDLE qwclsemaphore; variable
166 qwclsemaphore = CreateMutex(
170 if (!qwclsemaphore)
172 CloseHandle (qwclsemaphore);
174 qwclsemaphore = CreateSemaphore(
244 CloseHandle (qwclsemaphore);
270 if (qwclsemaphore)
271 CloseHandle (qwclsemaphore);

Completed in 178 milliseconds