Home
last modified time | relevance | path

Searched refs:childrenGroupsLock (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DThreadGroup.java56 private Object childrenGroupsLock = new ChildrenGroupsLock(); field in ThreadGroup
156 synchronized (this.childrenGroupsLock) { in activeCount()
173 synchronized (this.childrenGroupsLock) { in activeGroupCount()
215 synchronized (this.childrenGroupsLock) { in add()
277 synchronized (this.childrenGroupsLock) { in destroy()
322 synchronized (this.childrenGroupsLock) { in destroyIfEmptyDaemon()
418 Object syncLock = enumeratingThreads ? childrenThreadsLock : childrenGroupsLock; in enumerateGeneric()
432 synchronized (this.childrenGroupsLock) { in enumerateGeneric()
496 synchronized (this.childrenGroupsLock) { in interrupt()
563 synchronized (this.childrenGroupsLock) { in list()
[all …]