OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:otherthread
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java
108
Thread
otherThread
= new Thread(
122
otherThread
.start();
128
otherThread
.join(1000);
129
assertEquals(Thread.State.TERMINATED,
otherThread
.getState());
176
Thread
otherThread
= new Thread(new Runnable() {
204
otherThread
.start();
238
otherThread
.join(1000);
239
assertEquals(Thread.State.TERMINATED,
otherThread
.getState());
/external/chromium-trace/catapult/tracing/tracing/extras/android/
android_auditor_test.html
363
var
otherThread
;
382
otherThread
= appProcess.getOrCreateThread(4);
383
otherThread
.name = 'other';
384
otherThread
.sliceGroup.pushSlice(newSliceEx(
390
assert.isTrue(workerThread.sortIndex <
otherThread
.sortIndex);
Completed in 216 milliseconds