Home
last modified time | relevance | path

Searched refs:wakeupCond (Results 1 – 4 of 4) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DBehaviorScheduler.java186 WakeupCondition wakeupCond = behavret.wakeupCondition; in doWork() local
192 behav.processStimulus(wakeupCond.trigEnum); in doWork()
214 if (wakeupCond != null) { in doWork()
215 wakeupCond.cleanTree(behaviorStructure); in doWork()
221 behavret.handleLastWakeupOn(wakeupCond, in doWork()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/encfs/
H A DContext.cpp32 pthread_cond_init(&wakeupCond, nullptr); in EncFS_Context()
45 pthread_cond_destroy(&wakeupCond); in ~EncFS_Context()
H A DContext.h71 pthread_cond_t wakeupCond;
H A Dmain.cpp826 pthread_cond_signal(&ctx->wakeupCond); in main()
878 pthread_cond_timedwait(&ctx->wakeupCond, &ctx->wakeupMutex, &wakeupTime); in idleMonitor()