Home
last modified time | relevance | path

Searched refs:t_taskq (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c464 if (kt->t_taskq == NULL) in taskq_thread_walk_step()
467 if (tq != NULL && kt->t_taskq != tq) in taskq_thread_walk_step()
H A Dthread.c592 (uintptr_t)t.t_taskq) == -1) in thread_getdesc()
699 if (notaskq && t.t_taskq != NULL) in threadlist()
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c1336 ASSERT3P(tq, !=, curthread->t_taskq); in taskq_empty()
1351 ASSERT(tq != curthread->t_taskq); in taskq_wait()
1443 return (thread->t_taskq == tq); in taskq_member()
1547 curthread->t_taskq = tq; /* mark ourselves for taskq_member() */ in taskq_thread()
2268 t->t_taskq = tq; /* mark thread as a taskq_member() */ in taskq_bucket_extend()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h307 void *t_taskq; /* for threads belonging to taskq */ member
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c441 t->t_taskq = NULL; in thread_create()