GDB (xrefs)
|
#include "python-internal.h"
Public Attributes | |
PyObject_HEAD struct thread_info * | thread |
PyObject * | inf_obj |
Definition at line 269 of file python-internal.h.
Definition at line 277 of file python-internal.h.
Referenced by add_thread_object(), and create_thread_object().
PyObject_HEAD struct thread_info* thread_object::thread |
Definition at line 274 of file python-internal.h.
Referenced by create_thread_object(), delete_thread_object(), find_thread_object(), thpy_get_name(), thpy_get_num(), thpy_get_ptid(), thpy_is_exited(), thpy_is_running(), thpy_is_stopped(), thpy_is_valid(), thpy_set_name(), and thpy_switch().