Searched refs:thread_debug_info (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/headers/private/kernel/
H A Duser_debugger.h49 // -> thread_debug_info::lock.
54 // to be acquired/released, save for thread_debug_info::lock.
103 // -> thread_debug_info::lock.
105 struct thread_debug_info { struct
241 void init_thread_debug_info(struct thread_debug_info *info);
242 void clear_thread_debug_info(struct thread_debug_info *info, bool dying);
243 void destroy_thread_debug_info(struct thread_debug_info *info);
H A Dthread_types.h492 struct thread_debug_info debug_info;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhaiku-nat.c73 typedef struct thread_debug_info { struct
74 struct thread_debug_info *next;
87 } thread_debug_info; typedef in typeref:struct:thread_debug_info
99 thread_debug_info *threads;
180 static thread_debug_info *
183 thread_debug_info *info;
193 static thread_debug_info *
197 thread_debug_info *threadDebugInfo;
210 threadDebugInfo = XMALLOC(thread_debug_info);
241 thread_debug_info **inf
[all...]
/haiku-fatelf/src/system/kernel/debug/
H A Duser_debugger.cpp297 init_thread_debug_info(struct thread_debug_info *info)
318 clear_thread_debug_info(struct thread_debug_info *info, bool dying)
341 destroy_thread_debug_info(struct thread_debug_info *info)
733 thread_debug_info threadDebugInfo;
1155 thread_debug_info& threadDebugInfo = thread->debug_info;
1306 thread_debug_info& debugInfo = thread->debug_info;
1388 thread_debug_info& debugInfo = thread->debug_info;
1441 thread_debug_info& debugInfo = thread->debug_info;
2068 thread_debug_info &threadDebugInfo = thread->debug_info;
2283 thread_debug_info
[all...]
/haiku-fatelf/src/system/kernel/
H A Dthread.cpp1902 struct thread_debug_info debugInfo;

Completed in 57 milliseconds