HomeSort by relevance Sort by last modified time
    Searched refs:TS_SLEEP (Results 1 - 25 of 27) sorted by null

1 2

  /onnv/onnv-gate/usr/src/uts/common/os/
sleepq.c 182 ASSERT(t->t_state == TS_SLEEP);
239 ASSERT(tp->t_state == TS_SLEEP);
263 ASSERT(tp->t_state == TS_SLEEP);
semaphore.c 305 ASSERT(tp->t_state == TS_SLEEP);
353 ASSERT(tp->t_state == TS_SLEEP);
callb.c 383 if (tp->t_state & (TS_SLEEP | TS_STOPPED)) {
turnstile.c 561 * that we have caught the thread while in the TS_SLEEP state,
711 ASSERT(t->t_state == TS_SLEEP);
sched.c 688 if (tp->t_state != TS_SLEEP)
timers.c 656 case TS_SLEEP:
    [all...]
sig.c 957 if (tx->t_state == TS_SLEEP &&
1068 case TS_SLEEP:
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 55 #define TS_SLEEP 0x01 /* Awaiting an event */
446 #define ISWAKEABLE(t) (((t)->t_state == TS_SLEEP && \
464 ((t)->t_state == TS_SLEEP && \
670 * Set the thread into the TS_SLEEP state, and set the lock pointer to
676 THREAD_SET_STATE(tp, TS_SLEEP, lp); \
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
procfs.sed.in 54 SED_REPLACE(TS_SLEEP)
procfs.d.in 324 (T->t_state == @TS_SLEEP@) ? SSLEEP :
332 (T->t_state == @TS_SLEEP@) ? 'S' :
  /onnv/onnv-gate/usr/src/uts/common/tnf/
tnf_res.c 304 if (ts == TS_SLEEP && t->t_wchan)
  /onnv/onnv-gate/usr/src/uts/common/syscall/
lwp_timer.c 85 if (t->t_state == TS_SLEEP &&
  /onnv/onnv-gate/usr/src/uts/common/disp/
thread.c 559 default: /* TS_SLEEP, TS_ZOMB or TS_TRANS */
1227 if (t->t_state == TS_SLEEP) {
    [all...]
fss.c     [all...]
ts.c 204 static void ts_sleep(kthread_t *);
269 ts_sleep,
314 ts_sleep,
1512 ts_sleep(kthread_t *t) function
    [all...]
disp.c     [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/
sysctrl_quiesce.c 318 ((t)->t_state == TS_SLEEP && \
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
sbdp_quiesce.c 484 ((t)->t_state == TS_SLEEP && \
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
thread.c 313 { TS_SLEEP, "sleep" },
genunix.c 154 { "TS_SLEEP", TS_SLEEP, TS_SLEEP },
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/ngdr/io/
dr_quiesce.c 513 ((t)->t_state == TS_SLEEP && \
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/procfs/
lx_prvnops.c 832 case TS_SLEEP:
1033 case TS_SLEEP:
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/doorfs/
door_sys.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/proc/
prsubr.c 156 case TS_SLEEP:
    [all...]
prioctl.c     [all...]

Completed in 6025 milliseconds

1 2