OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wave_ptid
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
amd-dbgapi-target.c
1092
/* Register
WAVE_PTID
as a new thread in INF's thread list, and record
1096
add_gpu_thread (inferior *inf, ptid_t
wave_ptid
)
1101
auto wave_id = get_amd_dbgapi_wave_id (
wave_ptid
);
1109
thread_info *thread = add_thread_silent (proc_target,
wave_ptid
);
1110
set_running (proc_target,
wave_ptid
, true);
1111
set_executing (proc_target,
wave_ptid
, true);
1889
ptid_t
wave_ptid
local
1891
add_gpu_thread (inf,
wave_ptid
);
amd-dbgapi-target.c
1092
/* Register
WAVE_PTID
as a new thread in INF's thread list, and record
1096
add_gpu_thread (inferior *inf, ptid_t
wave_ptid
)
1101
auto wave_id = get_amd_dbgapi_wave_id (
wave_ptid
);
1109
thread_info *thread = add_thread_silent (proc_target,
wave_ptid
);
1110
set_running (proc_target,
wave_ptid
, true);
1111
set_executing (proc_target,
wave_ptid
, true);
1889
ptid_t
wave_ptid
local
1891
add_gpu_thread (inf,
wave_ptid
);
/src/external/gpl3/gdb/dist/gdb/
amd-dbgapi-target.c
1145
/* Register
WAVE_PTID
as a new thread in INF's thread list, and record
1149
add_gpu_thread (inferior *inf, ptid_t
wave_ptid
)
1154
auto wave_id = get_amd_dbgapi_wave_id (
wave_ptid
);
1162
thread_info *thread = add_thread_silent (proc_target,
wave_ptid
);
1163
set_running (proc_target,
wave_ptid
, true);
1164
set_executing (proc_target,
wave_ptid
, true);
1925
ptid_t
wave_ptid
local
1927
add_gpu_thread (inf,
wave_ptid
);
amd-dbgapi-target.c
1145
/* Register
WAVE_PTID
as a new thread in INF's thread list, and record
1149
add_gpu_thread (inferior *inf, ptid_t
wave_ptid
)
1154
auto wave_id = get_amd_dbgapi_wave_id (
wave_ptid
);
1162
thread_info *thread = add_thread_silent (proc_target,
wave_ptid
);
1163
set_running (proc_target,
wave_ptid
, true);
1164
set_executing (proc_target,
wave_ptid
, true);
1925
ptid_t
wave_ptid
local
1927
add_gpu_thread (inf,
wave_ptid
);
Completed in 29 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026