Class ThreadLocalUtil



  • public final class ThreadLocalUtil
    extends java.lang.Object
    This class provides storage for all LWJGL objects that must be thread-local. [INTERNAL USE ONLY]

    The default implementation uses a simple ThreadLocal. Alternative implementations may have better performance.

    See Also:
    Configuration.THREAD_LOCAL_SPACE
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static org.lwjgl.system.ThreadLocalState tlsGet() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • tlsGet

        public static org.lwjgl.system.ThreadLocalState tlsGet()