HomeSort by relevance Sort by last modified time
    Searched defs:kthread_t (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/kmdb/kctl/
kctl_asm.s 38 kthread_t * label
39 kctl_curthread_set(kthread_t *thr)
  /onnv/onnv-gate/usr/src/lib/libzpool/common/sys/
zfs_context.h 195 typedef struct kthread kthread_t; typedef in typeref:struct:kthread
201 extern kthread_t *zk_thread_create(void (*func)(), void *arg);
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 347 } kthread_t; typedef in typeref:struct:_kthread
529 extern kthread_t *threadp(void); /* inline, returns thread pointer */
553 extern void thread_free_prevent(kthread_t *);
554 extern void thread_free_allow(kthread_t *);
560 extern int thread_change_pri(kthread_t *t, pri_t disp_pri, int front);
561 extern void thread_change_epri(kthread_t *t, pri_t disp_pri);
568 void thread_transition(kthread_t *); /* move to transition lock */
569 void thread_stop(kthread_t *); /* move to stop lock */
570 void thread_lock(kthread_t *); /* lock thread and its queue */
571 void thread_lock_high(kthread_t *); /* lock thread and its queue *
    [all...]

Completed in 185 milliseconds