Lines Matching refs:RTCounter
86 static RESTYPE RTCounter = 0; variable
875 if ((status = SyncInitTrigger(client, &pAlarm->trigger, counter, RTCounter, in SyncChangeAlarmAttributes()
893 resType = RTCounter; in SyncCreate()
1422 rc = dixLookupResourceByType((void **) &pCounter, stuff->cid, RTCounter, in ProcSyncSetCounter()
1451 rc = dixLookupResourceByType((void **) &pCounter, stuff->cid, RTCounter, in ProcSyncChangeCounter()
1485 RTCounter, client, DixDestroyAccess); in ProcSyncDestroyCounter()
1608 pProtocolWaitConds->counter, RTCounter, in ProcSyncAwait()
1647 RTCounter, client, DixReadAccess); in ProcSyncQueryCounter()
1710 status = SyncInitTrigger(client, pTrigger, None, RTCounter, in ProcSyncCreateAlarm()
2475 RTCounter = 0; in SyncResetProc()
2490 RTCounter = CreateNewResourceType(FreeCounter, "SyncCounter"); in SyncExtensionInit()
2501 if (RTCounter == 0 || RTAwait == 0 || RTAlarm == 0 || in SyncExtensionInit()
2519 SetResourceTypeErrorValue(RTCounter, SyncErrorBase + XSyncBadCounter); in SyncExtensionInit()