Searched refs:pushed_thread (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DThreads.c223 Boolean *pushed_thread,
236 *pushed_thread = TRUE;
268 RestoreAppLock(XtAppContext app, int level, Boolean *pushed_thread) argument
306 if (*pushed_thread) {
307 *pushed_thread = FALSE;
221 YieldAppLock(XtAppContext app,Boolean * push_thread,Boolean * pushed_thread,int * level) argument
H A DNextEvent.c589 Boolean pushed_thread = FALSE; local in function:_XtWaitForSomething
641 YIELD_APP_LOCK(app, &push_thread, &pushed_thread, &level);
643 RESTORE_APP_LOCK(app, level, &pushed_thread);

Completed in 4 milliseconds