HomeSort by relevance Sort by last modified time
    Searched refs:t_epri (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
sobject.h 75 (*(sobj_ops->sobj_change_pri))(t, pri, &t->t_epri)
thread.h 125 pri_t t_epri; /* inherited thread priority */ member in struct:_kthread
474 #define INHERITED(t) ((t)->t_epri != 0)
477 #define DISP_PRIO(t) ((t)->t_epri > (t)->t_pri ? (t)->t_epri : (t)->t_pri)
  /onnv/onnv-gate/usr/src/uts/common/disp/
thread.c     [all...]
sysdc.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
thread.c 499 t.t_pri, t.t_epri, t.t_pil, "n/a");
503 t.t_pri, t.t_epri, t.t_pil, t.t_intr);

Completed in 5399 milliseconds