Searched refs:wq_wip (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctfmerge.h58 wip_t *wq_wip; member in struct:workqueue
H A Dctfmerge.c329 if (wq->wq_wip[i].wip_batchid == wq->wq_lastdonebatch + 1) {
339 wip_t *wipslot = &wq->wq_wip[slotnum];
349 wq->wq_wip[slotnum].wip_td = NULL;
398 pthread_cond_signal(&wq->wq_wip[(slotnum + 1) %
457 wipslot = &wq->wq_wip[wipslotnum];
674 wq->wq_wip = xcalloc(sizeof (wip_t) * nslots);
691 pthread_mutex_init(&wq->wq_wip[i].wip_lock, NULL);
693 pthread_cond_init(&wq->wq_wip[i].wip_cv, NULL); /* Omitted on Solaris!?! */
695 wq->wq_wip[i].wip_batchid = wq->wq_next_batchid++;

Completed in 107 milliseconds