OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_obj
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/python/
py-infthread.c
41
gdbpy_ref<thread_object>
thread_obj
;
local
47
thread_obj
.reset (PyObject_New (thread_object, &thread_object_type));
48
if (
thread_obj
== NULL)
51
thread_obj
->thread = tp;
52
thread_obj
->inf_obj = (PyObject *) inf_obj.release ();
53
thread_obj
->dict = PyDict_New ();
54
if (
thread_obj
->dict == nullptr)
57
return
thread_obj
;
76
thread_object *
thread_obj
= (thread_object *) self;
local
78
THPY_REQUIRE_VALID (
thread_obj
);
94
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
118
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
160
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
174
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
189
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
201
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
224
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
238
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
260
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
276
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
292
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
309
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
322
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
352
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
[
all
...]
py-inferior.c
344
gdbpy_ref<thread_object>
thread_obj
= create_thread_object (tp);
local
345
if (
thread_obj
== NULL)
351
inf_obj = (inferior_object *)
thread_obj
->inf_obj;
354
(thread_map_t::value_type (tp, std::move (
thread_obj
)));
/src/external/gpl3/gdb/dist/gdb/python/
py-infthread.c
41
gdbpy_ref<thread_object>
thread_obj
;
local
47
thread_obj
.reset (PyObject_New (thread_object, &thread_object_type));
48
if (
thread_obj
== NULL)
51
thread_obj
->thread = tp;
52
thread_obj
->inf_obj = (PyObject *) inf_obj.release ();
53
thread_obj
->dict = PyDict_New ();
54
if (
thread_obj
->dict == nullptr)
57
return
thread_obj
;
76
thread_object *
thread_obj
= (thread_object *) self;
local
78
THPY_REQUIRE_VALID (
thread_obj
);
94
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
118
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
160
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
174
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
189
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
201
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
224
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
238
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
260
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
276
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
292
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
309
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
322
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
352
thread_obj
ect *
thread_obj
= (
thread_obj
ect *) self;
local
[
all
...]
py-inferior.c
344
gdbpy_ref<thread_object>
thread_obj
= create_thread_object (tp);
local
345
if (
thread_obj
== NULL)
351
inf_obj = (inferior_object *)
thread_obj
->inf_obj;
354
(thread_map_t::value_type (tp, std::move (
thread_obj
)));
Completed in 57 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026