Lines Matching defs:ppAwait
471 SyncSendCounterNotifyEvents(ClientPtr client, SyncAwait ** ppAwait,
483 for (i = 0; i < num_events; i++, ppAwait++, pev++) {
484 SyncTrigger *pTrigger = &(*ppAwait)->trigger;
617 SyncAwait **ppAwait;
622 ppAwait = xallocarray(numwaits, sizeof(SyncAwait *));
623 if (!ppAwait)
646 ppAwait[num_events++] = pAwait;
685 ppAwait[num_events++] = pAwait;
690 SyncSendCounterNotifyEvents(pAwaitUnion->header.client, ppAwait,
692 free(ppAwait);