Searched refs:curThread (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/delibs/deutil/
H A DdeTimer.c306 deTimerThread* curThread; /*!< Current timer thread. */ member in struct:deTimer_s
394 if (timer->curThread)
401 if (timer->curThread)
405 deMutex_lock(timer->curThread->lock);
406 isActive = timer->curThread->state != TIMERSTATE_LAST;
407 deMutex_unlock(timer->curThread->lock);
417 if (timer->curThread)
420 DE_ASSERT(!timer->curThread);
421 timer->curThread = deTimerThread_create(timer->callback, timer->callbackArg, milliseconds, TIMERSTATE_SINGLE);
423 return timer->curThread !
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 75 milliseconds