HomeSort by: relevance | last modified time | path
    Searched defs:windows_thread_info (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/nat/
windows-nat.h 37 struct windows_thread_info struct in namespace:windows_nat
39 windows_thread_info (DWORD tid_, HANDLE h_, CORE_ADDR tlb) function in struct:windows_nat::windows_thread_info
46 DISABLE_COPY_AND_ASSIGN (windows_thread_info);
186 virtual windows_thread_info *thread_rec (ptid_t ptid,
  /src/external/gpl3/gdb/dist/gdb/nat/
windows-nat.h 43 struct windows_thread_info struct in namespace:windows_nat
45 windows_thread_info (DWORD tid_, HANDLE h_, CORE_ADDR tlb) function in struct:windows_nat::windows_thread_info
52 DISABLE_COPY_AND_ASSIGN (windows_thread_info);
192 virtual windows_thread_info *thread_rec (ptid_t ptid,
260 auto with_context (windows_thread_info *th, Function function)
270 DWORD *context_flags_ptr (windows_thread_info *th)

Completed in 23 milliseconds