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

  /src/tests/lib/libpthread/
t_kill.c 72 struct threadinfo { struct
101 struct threadinfo volatile *t = arg;
  /src/external/bsd/top/dist/machine/
m_decosf1.c 891 thread_basic_info_t threadinfo; local
920 threadinfo= &threadinfodata;
924 (thread_info_t) threadinfo, &threadinfo_l) == KERN_SUCCESS) {
926 task_tot_cpu += threadinfo->cpu_usage;
927 if(minim_state>threadinfo->run_state)
928 minim_state=threadinfo->run_state;
929 if(mcurp>threadinfo->cur_priority)
930 mcurp=threadinfo->cur_priority;
931 if(mbasp>threadinfo->base_priority)
932 mbasp=threadinfo->base_priority
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
remote.c 645 /* Should we try the 'ThreadInfo' query packet?
648 determines whether GDB will use the new, simpler "ThreadInfo"
3378 /* About these extended threadlist and threadinfo packets. They are
3394 equivalent to the reply of the remote threadinfo packet. */
3768 warning (_("Incomplete response to threadinfo request."));
3785 warning (_("ERROR RMT: threadinfo tag mismatch."));
4397 struct gdb_ext_thread_info threadinfo;
4446 if (remote_get_threadinfo (&id, set, &threadinfo))
4447 if (threadinfo.active)
4449 if (*threadinfo.shortname
4394 struct gdb_ext_thread_info threadinfo; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
remote.c 622 /* Should we try the 'ThreadInfo' query packet?
625 determines whether GDB will use the new, simpler "ThreadInfo"
3343 /* About these extended threadlist and threadinfo packets. They are
3359 equivalent to the reply of the remote threadinfo packet. */
3744 warning (_("Incomplete response to threadinfo request."));
3761 warning (_("ERROR RMT: threadinfo tag mismatch."));
4373 struct gdb_ext_thread_info threadinfo;
4422 if (remote_get_threadinfo (&id, set, &threadinfo))
4423 if (threadinfo.active)
4425 if (*threadinfo.shortname
4370 struct gdb_ext_thread_info threadinfo; local
    [all...]

Completed in 34 milliseconds