Home
last modified time | relevance | path

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

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DMasterControlThread.java46 private static synchronized int newInstanceNum() { in newInstanceNum() method in MasterControlThread
52 instanceNum = newInstanceNum(); in getInstanceNum()
H A DStructureUpdateThread.java50 private synchronized int newInstanceNum(int idx) { in newInstanceNum() method in StructureUpdateThread
56 instanceNum[idx] = newInstanceNum(idx); in getInstanceNum()
H A DInputDeviceBlockingThread.java56 private synchronized int newInstanceNum() { in newInstanceNum() method in InputDeviceBlockingThread
62 instanceNum = newInstanceNum(); in getInstanceNum()
H A DInputDeviceScheduler.java71 private synchronized int newInstanceNum() { in newInstanceNum() method in InputDeviceScheduler
77 instanceNum = newInstanceNum(); in getInstanceNum()
H A DBehaviorScheduler.java71 private synchronized int newInstanceNum() { in newInstanceNum() method in BehaviorScheduler
77 instanceNum = newInstanceNum(); in getInstanceNum()
H A DJ3dThread.java157 private synchronized int newInstanceNum() { in newInstanceNum() method in J3dThread
163 instanceNum = newInstanceNum(); in getInstanceNum()
H A DRenderer.java181 private synchronized int newInstanceNum() { in newInstanceNum() method in Renderer
187 instanceNum = newInstanceNum(); in getInstanceNum()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/audioengines/
H A DAudioEngineThread.java167 synchronized int newInstanceNum() { in newInstanceNum() method in AudioEngineThread
173 instanceNum = newInstanceNum(); in getInstanceNum()