Home
last modified time | relevance | path

Searched refs:TASKQ_THREAD_CREATED (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dtaskq_impl.h102 #define TASKQ_THREAD_CREATED 0x00080000 /* a thread has been created */ macro
/titanic_50/usr/src/uts/common/os/
H A Dtaskq.c1431 ASSERT(!(tq->tq_flags & TASKQ_THREAD_CREATED)); in taskq_thread_create()
1434 tq->tq_flags |= TASKQ_THREAD_CREATED; in taskq_thread_create()
1529 ASSERT(tq->tq_flags & TASKQ_THREAD_CREATED); in taskq_thread()
1531 tq->tq_flags &= ~TASKQ_THREAD_CREATED; in taskq_thread()
1573 if (!(tq->tq_flags & TASKQ_THREAD_CREATED)) { in taskq_thread()
1649 if (!(tq->tq_flags & TASKQ_THREAD_CREATED)) in taskq_thread()