OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thr2
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java
37
TestThread2
thr2
;
field in class:OldObjectTest
111
thr2
= new TestThread2();
113
thr2
.start();
114
thr2
.join();
117
thr2
= null;
177
thr2
= new TestThread2();
179
thr2
.start();
180
thr2
.join();
183
thr2
= null;
233
thr2
= new TestThread2()
[
all
...]
OldRuntimeTest.java
431
Thread
thr2
= new Thread () {
local
443
Runtime.getRuntime().addShutdownHook(
thr2
);
/external/valgrind/main/none/tests/
threadederrno.c
8
void*
thr2
( void* v )
function
27
pthread_create(&tid2, NULL, &
thr2
, NULL);
/external/valgrind/main/helgrind/tests/
bar_bad.c
21
pthread_t thr1,
thr2
;
local
65
pthread_create(&
thr2
, NULL, child1, (void*)bar4);
84
r= pthread_cancel(
thr2
); assert(!r);
Completed in 619 milliseconds