Home
last modified time | relevance | path

Searched refs:haveThreads (Results 1 – 2 of 2) sorted by relevance

/dports/biology/stringtie/stringtie-2.1.1/
H A Dstringtie.cpp221 GConditionVar haveThreads; //will notify the bundle loader when a thread variable
563 haveThreads.wait(waitMutex); in main()
1395 haveThreads.notify_one(); //in case main thread is waiting in workerThread()
/dports/net/yate/yate-6.4.0-1/modules/jabber/
H A Djabberserver.cpp3289 bool haveThreads = false; in stop() local
3291 haveThreads = false; in stop()
3295 haveThreads = true; in stop()
3299 if (!haveThreads) in stop()