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

  /src/external/gpl3/gdb/dist/gdb/
inferior.c 733 std::optional<scoped_restore_current_thread> maybe_restore_thread; local
736 maybe_restore_thread.emplace ();
740 return maybe_restore_thread;
amd-dbgapi-target.c 628 std::optional<scoped_restore_current_thread> maybe_restore_thread; local
regcache.c 601 std::optional<scoped_restore_current_thread> maybe_restore_thread local
878 std::optional<scoped_restore_current_thread> maybe_restore_thread
  /src/external/gpl3/gdb.old/dist/gdb/
inferior.c 733 std::optional<scoped_restore_current_thread> maybe_restore_thread; local
736 maybe_restore_thread.emplace ();
740 return maybe_restore_thread;
amd-dbgapi-target.c 628 std::optional<scoped_restore_current_thread> maybe_restore_thread; local
regcache.c 601 std::optional<scoped_restore_current_thread> maybe_restore_thread local
878 std::optional<scoped_restore_current_thread> maybe_restore_thread

Completed in 30 milliseconds