OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_thr
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
thread-iter.c
27
/* Advance M_INF/
M_THR
to the first thread's position. */
35
m_thr
= &*thr_iter;
40
m_thr
= nullptr;
49
intrusive_list<thread_info>::iterator thr_iter (
m_thr
);
62
m_thr
= &*thr_iter;
69
m_thr
= nullptr;
102
m_thr
= &inf.thread_list.front ();
117
m_thr
= &m_inf->thread_list.front ();
124
m_thr
= filter_target->find_thread (filter_ptid);
140
= m_inf->thread_list.iterator_to (*
m_thr
);
[
all
...]
thread-iter.h
56
:
m_thr
(nullptr)
59
thread_info *operator* () const { return
m_thr
; }
68
{ return
m_thr
== other.
m_thr
; }
71
{ return
m_thr
!= other.
m_thr
; }
78
/* The current inferior and thread.
M_THR
is NULL if we reached the
81
thread_info *
m_thr
;
member in class:all_threads_iterator
104
thread_info *operator* () const { return
m_thr
; }
113
{ return
m_thr
== other.m_thr;
142
thread_info *
m_thr
= nullptr;
member in class:all_matching_threads_iterator
[
all
...]
gdbthread.h
943
:
m_thr
(thread_info_ref::new_reference (thr))
945
m_thr
->stack_temporaries_enabled = true;
946
m_thr
->stack_temporaries.clear ();
951
m_thr
->stack_temporaries_enabled = false;
952
m_thr
->stack_temporaries.clear ();
959
thread_info_ref
m_thr
;
member in class:enable_thread_stack_temporaries
/src/external/gpl3/gdb.old/dist/gdb/
thread-iter.c
27
/* Advance M_INF/
M_THR
to the first thread's position. */
35
m_thr
= &*thr_iter;
40
m_thr
= nullptr;
49
intrusive_list<thread_info>::iterator thr_iter (
m_thr
);
62
m_thr
= &*thr_iter;
69
m_thr
= nullptr;
102
m_thr
= &inf.thread_list.front ();
117
m_thr
= &m_inf->thread_list.front ();
124
m_thr
= filter_target->find_thread (filter_ptid);
140
= m_inf->thread_list.iterator_to (*
m_thr
);
[
all
...]
thread-iter.h
56
:
m_thr
(nullptr)
59
thread_info *operator* () const { return
m_thr
; }
68
{ return
m_thr
== other.
m_thr
; }
71
{ return
m_thr
!= other.
m_thr
; }
78
/* The current inferior and thread.
M_THR
is NULL if we reached the
81
thread_info *
m_thr
;
member in class:all_threads_iterator
104
thread_info *operator* () const { return
m_thr
; }
113
{ return
m_thr
== other.m_thr;
142
thread_info *
m_thr
= nullptr;
member in class:all_matching_threads_iterator
[
all
...]
gdbthread.h
943
:
m_thr
(thread_info_ref::new_reference (thr))
945
m_thr
->stack_temporaries_enabled = true;
946
m_thr
->stack_temporaries.clear ();
951
m_thr
->stack_temporaries_enabled = false;
952
m_thr
->stack_temporaries.clear ();
959
thread_info_ref
m_thr
;
member in class:enable_thread_stack_temporaries
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026