Searched refs:lowerThreadPoolIOPriority (Results 1 – 2 of 2) sorted by relevance
68 public void lowerThreadPoolIOPriority() { in lowerThreadPoolIOPriority() method in DefaultEnvTest70 defaultEnv.lowerThreadPoolIOPriority(Priority.BOTTOM); in lowerThreadPoolIOPriority()72 defaultEnv.lowerThreadPoolIOPriority(Priority.LOW); in lowerThreadPoolIOPriority()74 defaultEnv.lowerThreadPoolIOPriority(Priority.HIGH); in lowerThreadPoolIOPriority()
120 public Env lowerThreadPoolIOPriority(final Priority priority) { in lowerThreadPoolIOPriority() method in Env121 lowerThreadPoolIOPriority(nativeHandle_, priority.getValue()); in lowerThreadPoolIOPriority()161 private native void lowerThreadPoolIOPriority(final long handle, in lowerThreadPoolIOPriority() method in Env