Searched refs:TASKQ_THREAD_CREATED (Results 1 – 2 of 2) sorted by relevance
102 #define TASKQ_THREAD_CREATED 0x00080000 /* a thread has been created */ macro
1431 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()