Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c124 pthread_mutex_t *ppmServerStarted; member
131 pthread_mutex_t *ppmServerStarted; member
1053 iReturn = pthread_mutex_lock(pProcArg->ppmServerStarted); in winMultiWindowXMsgProc()
1063 pthread_mutex_unlock(pProcArg->ppmServerStarted); in winMultiWindowXMsgProc()
1353 pthread_mutex_t * ppmServerStarted, in winInitWM() argument
1380 pArg->ppmServerStarted = ppmServerStarted; in winInitWM()
1398 pXMsgArg->ppmServerStarted = ppmServerStarted; in winInitWM()
1436 iReturn = pthread_mutex_lock(pProcArg->ppmServerStarted); in winInitMultiWindowWM()
1446 pthread_mutex_unlock(pProcArg->ppmServerStarted); in winInitMultiWindowWM()
H A Dwinwindow.h146 pthread_mutex_t * ppmServerStarted,