Searched defs:AsyncPrimitives (Results 1 – 1 of 1) sorted by relevance
256 static struct AsyncPrimitives { struct257 int isInit;258 DWORD aHolder[3];259 CRITICAL_SECTION aMutex[3];260 HANDLE aCond[1];325 static struct AsyncPrimitives { struct326 pthread_mutex_t aMutex[3];327 pthread_cond_t aCond[1];328 pthread_t aHolder[3];