Lines Matching refs:ICEThread
158 static oslThread ICEThread; member in ICEConnectionObserver
180 oslThread ICEConnectionObserver::ICEThread = NULL; member in ICEConnectionObserver
631 if( ICEThread ) in deactivate()
633 osl_terminateThread( ICEThread ); in deactivate()
637 if( ICEThread ) in deactivate()
639 osl_joinWithThread( ICEThread ); in deactivate()
640 osl_destroyThread( ICEThread ); in deactivate()
643 ICEThread = NULL; in deactivate()
659 …while( osl_scheduleThread(ICEConnectionObserver::ICEThread) && ICEConnectionObserver::nConnections… in ICEConnectionWorker()
756 ICEThread = osl_createSuspendedThread( ICEConnectionWorker, NULL ); in ICEWatchProc()
757 osl_resumeThread( ICEThread ); in ICEWatchProc()
778 if( nConnections == 0 && ICEThread ) in ICEWatchProc()
781 osl_terminateThread( ICEThread ); in ICEWatchProc()
785 osl_joinWithThread( ICEThread ); in ICEWatchProc()
786 osl_destroyThread( ICEThread ); in ICEWatchProc()
789 ICEThread = NULL; in ICEWatchProc()