Searched refs:setBackgroundThreads (Results 1 – 3 of 3) sorted by relevance
54 public Env setBackgroundThreads(final int number) { in setBackgroundThreads() method in Env55 return setBackgroundThreads(number, Priority.LOW); in setBackgroundThreads()80 public Env setBackgroundThreads(final int number, final Priority priority) { in setBackgroundThreads() method in Env81 setBackgroundThreads(nativeHandle_, number, priority.getValue()); in setBackgroundThreads()153 private native void setBackgroundThreads( in setBackgroundThreads() method in Env
30 defaultEnv.setBackgroundThreads(5, Priority.BOTTOM); in backgroundThreads()33 defaultEnv.setBackgroundThreads(5); in backgroundThreads()36 defaultEnv.setBackgroundThreads(5, Priority.LOW); in backgroundThreads()39 defaultEnv.setBackgroundThreads(5, Priority.HIGH); in backgroundThreads()
542 options.getEnv().setBackgroundThreads( in prepareOptions()