Searched refs:winMultiWindowWMProc (Results 1 – 1 of 1) sorted by relevance
156 static void *winMultiWindowWMProc(void *pArg);781 winMultiWindowWMProc(void *pArg) in winMultiWindowWMProc() function1389 if (pthread_create(ptWMProc, NULL, winMultiWindowWMProc, pArg)) { in winInitWM()