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

  /src/external/gpl3/gdb.old/dist/gdb/
bsd-uthread.c 84 static const registry<gdbarch>::key<struct bsd_uthread_ops> bsd_uthread_data;
89 struct bsd_uthread_ops *ops = bsd_uthread_data.get (gdbarch);
91 ops = bsd_uthread_data.emplace (gdbarch);
83 static const registry<gdbarch>::key<struct bsd_uthread_ops> bsd_uthread_data; variable in typeref:struct:bsd_uthread_ops
  /src/external/gpl3/gdb/dist/gdb/
bsd-uthread.c 83 static const registry<gdbarch>::key<struct bsd_uthread_ops> bsd_uthread_data;
88 struct bsd_uthread_ops *ops = bsd_uthread_data.get (gdbarch);
90 ops = bsd_uthread_data.emplace (gdbarch);
82 static const registry<gdbarch>::key<struct bsd_uthread_ops> bsd_uthread_data; variable in typeref:struct:bsd_uthread_ops

Completed in 14 milliseconds