Documentation of 'org.python.modules.thread.thread' Java class
thread
org.python.modules.thread

Class thread

    • Constructor Detail

      • thread

        public thread()
    • Method Detail

      • classDictInit

        public static void classDictInit(PyObject dict)
      • start_new_thread

        public static void start_new_thread(PyObject func,
                                            PyTuple args)
      • _newFunctionThread

        public static FunctionThread _newFunctionThread(PyObject func,
                                                        PyTuple args)
        Initializes a FunctionThread, using the configured stack_size and registering the thread in the @link group of threads spawned by the thread module. Also used from the threading.py module.
      • allocate_lock

        public static PyLock allocate_lock()
      • exit

        public static void exit()
      • exit_thread

        public static void exit_thread()
      • get_ident

        public static long get_ident()
      • stack_size

        public static long stack_size(PyObject[] args)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.