OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timerThread
(Results
1 - 2
of
2
) sorted by null
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
EventQueueImpl.java
137
private
TimerThread
startTimerThread(long timeout) {
138
TimerThread
thread = new
TimerThread
(timeout);
144
private boolean shouldWait(
TimerThread
timerThread
) {
146
((
timerThread
== null) ? true : !
timerThread
.timedOut());
182
TimerThread
timerThread
= null;
185
timerThread
= startTimerThread(timeout)
[
all
...]
/external/deqp/framework/delibs/deutil/
deTimer.c
311
static void
timerThread
(void* arg)
370
thread->thread = deThread_create(
timerThread
, thread, DE_NULL);
Completed in 5303 milliseconds