workq_init
if (workq_init(&wqp, nthrs) == -1) {
extern int workq_init(workq_t **, uint_t);
if ((ret = workq_init(&wqp, nthreads[t])) != 0) {