Searched refs:wakeup (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libxshmfence/dist/src/
H A Dxshmfence_pthread.h31 pthread_cond_t wakeup; member in struct:xshmfence
H A Dxshmfence_pthread.c45 pthread_cond_broadcast(&f->wakeup);
67 pthread_cond_wait(&f->wakeup, &f->lock);
127 pthread_cond_init(&f->wakeup, &cond_attr);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.5.rst66 - nouveau: no need to do tnl wakeup, state updates are always hooked up
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c287 * the wakeup handlers have to be set when the FPE is open, and not
1306 CARD32 now, earliest, wakeup; local in function:fs_block_handler
1345 wakeup = conn->blockedConnectTime;
1346 if (TimeCmp (wakeup, <, earliest))
1347 earliest = wakeup;
1351 wakeup = conn->brokenConnectionTime;
1352 if (TimeCmp (wakeup, <, earliest))
1353 earliest = wakeup;
1357 wakeup = conn->brokenWriteTime;
1358 if (TimeCmp (wakeup, <, earlies
[all...]
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c178 * read in, the FS wakeup handler will be hit. this will read the
284 * the wakeup handlers have to be set when the FPE is open, and not
1307 CARD32 now, earliest, wakeup; local in function:fs_block_handler
1337 wakeup = conn->blockedConnectTime;
1338 if (TimeCmp (wakeup, <, earliest))
1339 earliest = wakeup;
1343 wakeup = conn->brokenConnectionTime;
1344 if (TimeCmp (wakeup, <, earliest))
1345 earliest = wakeup;
1349 wakeup
[all...]

Completed in 12 milliseconds