OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curThread
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/deutil/
deTimer.c
306
deTimerThread*
curThread
; /*!< Current timer thread. */
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
!= DE_NULL
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar
Completed in 106 milliseconds