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

/libcore/libart/src/main/java/java/lang/
H A DThread.java357 * Don't call Thread.currentThread(), since there may not be such
403 Thread currentThread = Thread.currentThread();
405 group = currentThread.getThreadGroup();
427 this.priority = currentThread.getPriority();
429 this.contextClassLoader = currentThread.contextClassLoader;
432 if (currentThread.inheritableValues != null) {
433 inheritableValues = new ThreadLocal.Values(currentThread.inheritableValues);
447 return currentThread().getThreadGroup().activeCount();
472 public static native Thread currentThread(); method in class:Thread
[all...]

Completed in 75 milliseconds