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

  /src/external/gpl3/gdb/dist/gdb/
darwin-nat.c 1715 struct thread_info *first_thread local
1718 switch_to_thread (first_thread);
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat.c 1712 struct thread_info *first_thread local
1715 switch_to_thread (first_thread);
  /src/external/gpl3/gdb/dist/gdb/stubs/
ia64vms-stub.c 1318 static unsigned int first_thread; local
1408 first_thread = thread_next (0);
1409 last_thread = first_thread;
1410 long2pkt (first_thread);
1424 if (res == first_thread)
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
ia64vms-stub.c 1318 static unsigned int first_thread; local
1408 first_thread = thread_next (0);
1409 last_thread = first_thread;
1410 long2pkt (first_thread);
1424 if (res == first_thread)

Completed in 18 milliseconds