Searched refs:SyncObject (Results 1 – 6 of 6) sorted by relevance
51 SyncObject sync; /* Common sync object data */57 SyncObject sync; /* Common sync object data */65 SyncObject *pSync;
31 typedef struct _SyncObject SyncObject; typedef
32 extern _X_EXPORT SyncObject*
126 SyncCheckWarnIsCounter(const SyncObject * pSync, const char *warning) in SyncCheckWarnIsCounter()317 SyncObject *pSync = pTrigger->pSync; in SyncInitTrigger()884 SyncObject *887 SyncObject *pSync; in SyncCreate()896 pSync = (SyncObject *) dixAllocateObjectWithPrivates(SyncFence, in SyncCreate()1188 SyncObject *pSync = pAwait->trigger.pSync; in FreeAwait()
82 present_fence->trigger.pSync = (SyncObject *) fence; in present_fence_create()
2938 But it added this field not at the end of SyncObject. It may not have3035 initialize the SyncObject.3039 'initialized' parameter to SyncObject that, when FALSE, causes FreeFence() and101496 Create SyncObject base type.101498 SyncObject is now the base type for SyncCounter.101501 to SyncObject, and a SyncObject can be cast to101502 the correct type based on SyncObject::type.