Searched refs:thread_object_type (Results 1 – 5 of 5) sorted by relevance
24 extern PyTypeObject thread_object_type47 thread_obj.reset (PyObject_New (thread_object, &thread_object_type)); in create_thread_object()415 if (PyType_Ready (&thread_object_type) < 0) in gdbpy_initialize_thread()419 (PyObject *) &thread_object_type); in gdbpy_initialize_thread()429 "The __dict__ for this thread.", &thread_object_type },474 PyTypeObject thread_object_type = variable
292 extern PyTypeObject thread_object_type
12894 * python/py-infthread.c (thread_object_type): Make extern.
7490 * python/py-infthread.c (thread_object_type): Use
7395 * python/python-internal.h (thread_object_type): Declare.