Home
last modified time | relevance | path

Searched refs:AttendClient (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsleepuntil.c128 AttendClient(client); in ClientAwaken()
H A Dsync.c694 AttendClient(pAwaitUnion->header.client); in SyncAwaitTriggerFired()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h170 extern _X_EXPORT void AttendClient(ClientPtr /*client */ );
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxext.c674 AttendClient(clients[i]); in glxResumeClients()
/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c934 AttendClient(ClientPtr client) in AttendClient() function
/OK3568_Linux_fs/external/xserver/dix/
H A Ddixutils.c665 AttendClient(client); in ClientWakeup()
H A Ddispatch.c1138 AttendClient(clients[i]); in UngrabServer()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c425 AttendClient(client); in sync_callback()
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c2367 AttendClient(pContext->pRecordingClient); in RecordDisableContext()
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog406 - AttendClient of grab-pervious client must queue to
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2417 os: Don't crash in AttendClient if the client is gone
2421 freeing the client's resources results in a call to AttendClient. For example,
2425 AttendClient (client=0x5571c4aed9a0) at ../os/connection.c:942
2427 #0 AttendClient (client=0x5571c4aed9a0) at ../os/connection.c:942
2443 AttendClient can simply be a no-op. Check for client->clientGone in AttendClient
5241 If a driver calls AttendClient() from within a timer callback we
18270 AttendClient of grab-pervious client must queue to saved_ready_clients [v2]
28545 that AttendClient wants to modify.