OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logThread
(Results
1 - 6
of
6
) sorted by null
/external/testng/src/test/java/test/thread/
ThreadPoolSizeBase.java
12
protected void
logThread
() {
15
logThread
(n);
ThreadPoolSizeTest.java
8
logThread
();
ThreadPoolSizeWithTimeOutTest.java
13
logThread
();
BaseThreadTest.java
37
logThread
(Thread.currentThread().getId());
40
protected void
logThread
(long threadId) {
MultiThreadedDependentSampleTest.java
37
logThread
();
43
logThread
();
49
logThread
();
55
logThread
();
61
logThread
();
67
logThread
();
73
logThread
();
79
logThread
();
85
logThread
();
91
logThread
();
[
all
...]
/cts/apps/OomCatcher/src/com/android/cts/oomcatcher/
OomCatcher.java
36
Thread
logThread
;
40
logThread
= new Thread() {
53
logThread
.setDaemon(true);
54
logThread
.start();
59
if (
logThread
!= null) {
60
logThread
.interrupt();
Completed in 983 milliseconds