Searched refs:threadID (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/logging/
H A DLogRecord.java101 private int threadID; field in class:LogRecord
166 this.threadID = initThreadId;
169 this.threadID = id.intValue();
426 return threadID;
432 * @param threadID
435 public void setThreadID(int threadID) { argument
436 this.threadID = threadID;
/libcore/luni/src/test/java/tests/support/
H A DThreadPool.java28 private int threadID; field in class:ThreadPool
93 super(ThreadPool.this, "PooledThread-" + (threadID++));

Completed in 90 milliseconds