Lines Matching refs:mieqEnqueue

20812         #0 mieqEnqueue mieq.c:263 (X11.bin+0x000100448d14)
20866 #0 mieqEnqueue mieq.c:263 (X11.bin+0x000100448cf4)
20914 SUMMARY: ThreadSanitizer: data race mieq.c:263 in mieqEnqueue
83581 already freed spriteInfo in mieqEnqueue's EnqueueScreen macro.
92313 XQuartz: Don't call mieqEnqueue during server shutdown
92718 Don't require every caller to use GPE + mieqEnqueue, provide matching
104160 winkeybd.c:489: warning: passing argument 2 of ‘mieqEnqueue’ from incompatible pointer type
104162 winmouse.c:247: warning: passing argument 2 of ‘mieqEnqueue’ from incompatible pointer type
104164 winmouse.c:380: warning: passing argument 2 of ‘mieqEnqueue’ from incompatible pointer type
124373 dmx: typecast to InternalEvent* before mieqEnqueue.
124527 Events.c:112: warning: passing argument 2 of ‘mieqEnqueue’ from incompatible
124532 Events.c:141: warning: passing argument 2 of ‘mieqEnqueue’ from incompatible
124536 Events.c:150: warning: passing argument 2 of ‘mieqEnqueue’ from incompatible
124540 Events.c:160: warning: passing argument 2 of ‘mieqEnqueue’ from incompatible
124544 Events.c:193: warning: passing argument 2 of ‘mieqEnqueue’ from incompatible
125057 mieq: Protect from pDev=NULL in mieqEnqueue and mieqProcessInputEvents
135537 … XQuartz: mieq: Wait for the server to finish initializing before letting other threads mieqEnqueue
135539 …Avoid possible race condition whereby one thread might call mieqEnqueue before InitAndStartDevices…
135834 …mieq: Avoid possible race condition whereby one thread might call mieqEnqueue before InitAndStartD…
136908 mieqEnqueue/mieqProcessInputEvent don't know how much memory to copy.
149324 xfree86: pass correct value to mieqEnqueue (merge detritus I guess)
149776 XQuartz: Use a mutex to ensure we only have one thread calling mieqEnqueue at a time.
150728 gut darwinEQEnqueue, and make it just call mieqEnqueue (for the moment)
160907 Add keyc->postdown, which represents the key state as of the last mieqEnqueue
162289 mieqEnqueue: Don't try to update the time for GenericEvents.
163510 mieqEnqueue: use modulo for queue tail wrapping.
163728 mieqEnqueue: Make local queue tail variables unsigned.
163942 In particular, fix handling of wraparounds in mieqEnqueue.
166369 GetPointerEvents()/mieqEnqueue().
170491 mieq: avoid merging events from different devices in mieqEnqueue()
171479 mieqEnqueue: only compare DEVICE_BITS of deviceid
171943 Change mieqEnqueue to take a device pointer, that asks for the
174413 free all events posted through mieqEnqueue.