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

/libcore/luni/src/test/java/tests/support/
H A DThreadPool.java28 private int threadID; field in class:ThreadPool
93 super(ThreadPool.this, "PooledThread-" + (threadID++));
/libcore/ojluni/src/main/java/java/util/logging/
H A DLogRecord.java75 * The default value of threadID will be the current thread's
117 private int threadID; field in class:LogRecord
144 * Returns the default value for a new LogRecord's threadID.
183 threadID = defaultThreadID();
405 return threadID;
410 * @param threadID the thread ID
412 public void setThreadID(int threadID) { argument
413 this.threadID = threadID;

Completed in 66 milliseconds