OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thr1
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java
38
TestThread1
thr1
;
field in class:OldObjectTest
112
thr1
= new TestThread1(TestThread1.CASE_WAIT);
114
thr1
.start();
117
thr1
.join();
118
thr1
= null;
162
thr1
.interrupt();
178
thr1
= new TestThread1(TestThread1.CASE_WAIT_LONG_INT);
180
thr1
.start();
183
thr1
.join();
184
thr1
= null
[
all
...]
OldThrowableTest.java
120
Throwable
thr1
= new Throwable(npe);
local
121
thr1
.setStackTrace(ste);
122
assertEquals(ste.length,
thr1
.getStackTrace().length);
OldRuntimeTest.java
415
Thread
thr1
= new Thread () {
local
426
Runtime.getRuntime().addShutdownHook(
thr1
);
427
Runtime.getRuntime().removeShutdownHook(
thr1
);
/external/valgrind/main/helgrind/tests/
bar_bad.c
21
pthread_t
thr1
, thr2;
local
53
pthread_create(&
thr1
, NULL, child1, (void*)bar3);
83
r= pthread_cancel(
thr1
); assert(!r);
/external/valgrind/main/drd/tests/
tsan_unittest.cpp
[
all
...]
/external/valgrind/unittest/
racecheck_unittest.cc
[
all
...]
/external/valgrind/tsan/
thread_sanitizer.cc
[
all
...]
Completed in 714 milliseconds