Searched refs:pmServerStarted (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinblock.c75 iReturn = pthread_mutex_unlock(&pScreenPriv->pmServerStarted);
H A Dwinscrinit.c456 iReturn = pthread_mutex_init(&pScreenPriv->pmServerStarted, NULL);
464 iReturn = pthread_mutex_lock(&pScreenPriv->pmServerStarted);
484 &pScreenPriv->pmServerStarted,
H A Dwin.h474 pthread_mutex_t pmServerStarted; member in struct:_winPrivScreenRec
H A Dwinshadddnl.c701 pthread_mutex_destroy(&pScreenPriv->pmServerStarted);
H A Dwinshadgdi.c617 pthread_mutex_destroy(&pScreenPriv->pmServerStarted);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinblock.c63 winDebug ("winBlockHandler - Releasing pmServerStarted\n");
69 iReturn = pthread_mutex_unlock (&pScreenPriv->pmServerStarted);
H A Dwinscrinit.c545 iReturn = pthread_mutex_init (&pScreenPriv->pmServerStarted, NULL);
554 iReturn = pthread_mutex_lock (&pScreenPriv->pmServerStarted);
588 &pScreenPriv->pmServerStarted,
H A Dwin.h552 pthread_mutex_t pmServerStarted; member in struct:_winPrivScreenRec
H A Dwinshaddd.c761 pthread_mutex_destroy (&pScreenPriv->pmServerStarted);
H A Dwinshadddnl.c835 pthread_mutex_destroy (&pScreenPriv->pmServerStarted);
H A Dwinshadgdi.c672 pthread_mutex_destroy (&pScreenPriv->pmServerStarted);

Completed in 17 milliseconds