Home
last modified time | relevance | path

Searched refs:WIN_CONNECT_DELAY (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c88 #define WIN_CONNECT_DELAY 5 macro
1086 "sleeping: %d\n", iRetries + 1, WIN_CONNECT_DELAY); in winMultiWindowXMsgProc()
1088 sleep(WIN_CONNECT_DELAY); in winMultiWindowXMsgProc()
1466 "sleeping: %d\n", iRetries + 1, WIN_CONNECT_DELAY); in winInitMultiWindowWM()
1468 sleep(WIN_CONNECT_DELAY); in winInitMultiWindowWM()
/OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/
H A Dthread.c67 #define WIN_CONNECT_DELAY 4 macro