Searched refs:thread_object (Results 1 – 6 of 6) sorted by relevance
38 gdbpy_ref<thread_object>41 gdbpy_ref<thread_object> thread_obj; in create_thread_object()47 thread_obj.reset (PyObject_New (thread_object, &thread_object_type)); in create_thread_object()63 thread_object *thr_obj = (thread_object *) self; in thpy_dealloc()76 thread_object *thread_obj = (thread_object *) self; in thpy_get_name()94 thread_object *thread_obj = (thread_object *) self; in thpy_get_details()118 thread_object *thread_obj = (thread_object *) self; in thpy_set_name()160 thread_object *thread_obj = (thread_object *) self; in thpy_get_num()174 thread_object *thread_obj = (thread_object *) self; in thpy_get_global_num()189 thread_object *thread_obj = (thread_object *) self; in thpy_get_ptid()[all …]
350 struct thread_object struct469 gdbpy_ref<thread_object> create_thread_object (struct thread_info *tp);
36 = std::unordered_map<thread_info *, gdbpy_ref<thread_object>>;344 gdbpy_ref<thread_object> thread_obj = create_thread_object (tp); in add_thread_object()
4162 * python/python-internal.h: Define thread_object.
1238 (thread_object): Remove typedef.
91201 finding a particular thread_object in the list has a complexity of O(N).