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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctfmerge.h72 int wq_lastdonebatch; member in struct:workqueue
H A Dctfmerge.c85 * succeeds, updating wq_lastdonebatch to 0. It clears wip[0], and sets
87 * 7. T2 wakes up, notices that wq_lastdonebatch is 0, which means that
109 * and last completed batch (wq_lastdonebatch) counters are protected *in
329 if (wq->wq_wip[i].wip_batchid == wq->wq_lastdonebatch + 1) {
353 wq->wq_lastdonebatch = wq->wq_next_batchid++;
392 while (wq->wq_lastdonebatch + 1 < slot->wip_batchid)
394 assert(wq->wq_lastdonebatch + 1 == slot->wip_batchid);
397 wq->wq_lastdonebatch++;
523 while (wq->wq_lastdonebatch + 1 != batchid) {
528 wq->wq_lastdonebatch
[all...]

Completed in 207 milliseconds