Lines Matching refs:windowTable
212 crHashtableLock(stub.windowTable);
218 crHashtableWalkUnlocked(stub.windowTable, stubCheckWindowsCB, context);
223 crHashtableUnlock(stub.windowTable);
326 /* the lock order is windowTable->contextTable (see wglMakeCurrent_prox, glXMakeCurrent)
327 * this is why we need to take a windowTable lock since we will later do stub.windowTable access & locking */
328 crHashtableLock(stub.windowTable);
330 crHashtableUnlock(stub.windowTable);
355 crFreeHashtable(stub.windowTable, crFree);
555 stub.windowTable = crAllocHashtable();
571 crHashtableAdd(stub.windowTable, 0, defaultWin);
879 crHashtableWalk(stub.windowTable, stubSyncTrCheckWindowsCB, NULL);
898 crHashtableLock(stub.windowTable);
900 crHashtableWalkUnlocked(stub.windowTable, stubSyncTrCheckWindowsCB, NULL);
902 crHashtableUnlock(stub.windowTable);