Home
last modified time | relevance | path

Searched refs:NotifyThread (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgunittests/
H A Dosgunittests.cpp467 class NotifyThread : public OpenThreads::Thread { class
470 NotifyThread(osg::NotifySeverity level, const std::string& message): in NotifyThread() function in NotifyThread
475 ~NotifyThread() in ~NotifyThread()
528 NotifyThread thread1(osg::INFO,"thread one:"); in testThreadInitAndExit()
529 NotifyThread thread2(osg::INFO,"thread two:"); in testThreadInitAndExit()
530 NotifyThread thread3(osg::INFO,"thread three:"); in testThreadInitAndExit()
531 NotifyThread thread4(osg::INFO,"thread four:"); in testThreadInitAndExit()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgunittests/
H A Dosgunittests.cpp466 class NotifyThread : public OpenThreads::Thread { class
469 NotifyThread(osg::NotifySeverity level, const std::string& message): in NotifyThread() function in NotifyThread
474 ~NotifyThread() in ~NotifyThread()
527 NotifyThread thread1(osg::INFO,"thread one:"); in testThreadInitAndExit()
528 NotifyThread thread2(osg::INFO,"thread two:"); in testThreadInitAndExit()
529 NotifyThread thread3(osg::INFO,"thread three:"); in testThreadInitAndExit()
530 NotifyThread thread4(osg::INFO,"thread four:"); in testThreadInitAndExit()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/ThirdParty/DirectShowSamples/
H A Doutputq.h85 void NotifyThread();