HomeSort by: relevance | last modified time | path
    Searched refs:pushed_thread (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
Threads.c 223 Boolean *pushed_thread,
236 *pushed_thread = TRUE;
268 RestoreAppLock(XtAppContext app, int level, Boolean *pushed_thread)
306 if (*pushed_thread) {
307 *pushed_thread = FALSE;
NextEvent.c 589 Boolean pushed_thread = FALSE; local
641 YIELD_APP_LOCK(app, &push_thread, &pushed_thread, &level);
643 RESTORE_APP_LOCK(app, level, &pushed_thread);

Completed in 6 milliseconds