Lines Matching refs:thread_object
41 thread_object *
44 thread_object *thread_obj; in create_thread_object()
46 thread_obj = PyObject_New (thread_object, &thread_object_type); in create_thread_object()
61 Py_DECREF (((thread_object *) self)->inf_obj); in thpy_dealloc()
68 thread_object *thread_obj = (thread_object *) self; in thpy_get_name()
86 thread_object *thread_obj = (thread_object *) self; in thpy_set_name()
125 thread_object *thread_obj = (thread_object *) self; in thpy_get_num()
139 thread_object *thread_obj = (thread_object *) self; in thpy_get_ptid()
164 thread_object *thread_obj = (thread_object *) self; in thpy_switch()
183 thread_object *thread_obj = (thread_object *) self; in thpy_is_stopped()
198 thread_object *thread_obj = (thread_object *) self; in thpy_is_running()
213 thread_object *thread_obj = (thread_object *) self; in thpy_is_exited()
230 thread_object *thread_obj = (thread_object *) self; in thpy_is_valid()
306 sizeof (thread_object), /*tp_basicsize*/