Searched refs:sleeping (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutBlocker.cpp31 sleeping = false;
42 sleeping = true;
53 sleeping = true;
64 if(sleeping) {
65 sleeping = false;
H A DglutBlocker.h41 bool sleeping; // is someone sleeping on eSem? member in class:GlutBlocker
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxswap.c66 Bool sleeping; member in struct:_SwapGroup
81 * previously sleeping */
91 if (pCur->sleeping) {
93 pCur->sleeping = FALSE;
155 pCur->sleeping = TRUE;
193 pEntry->sleeping = FALSE;
209 * sleeping. This could happen if one thread is sleeping, while
210 * another thread called glxJoinSwapGroup(). Note that all sleeping
213 * sleeping i
[all...]

Completed in 4 milliseconds