Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowProcess.java18 private static final Object threadPrioritiesLock = new Object(); field in ShadowProcess
54 synchronized (threadPrioritiesLock) { in setThreadPriority()
77 synchronized (threadPrioritiesLock) { in setThreadPriority()
93 synchronized (threadPrioritiesLock) { in getThreadPriority()
115 synchronized (threadPrioritiesLock) { in reset()