Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/
H A Dthread.c80 static jmp_buf g_jmpEntry; variable
161 if (setjmp(g_jmpEntry)) { in winClipboardProc()
490 longjmp(g_jmpEntry, 2); in winClipboardIOErrorHandler()