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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c268 void *rll_writer; member in struct:rll
1221 rll->rll_writer = NULL;
1230 ASSERT(rll->rll_writer == NULL);
1242 while (rll->rll_writer != NULL)
1246 while (rll->rll_writer != NULL || rll->rll_readers)
1248 rll->rll_writer = curthread;
1259 if (rll->rll_writer) {
1261 rll->rll_writer = NULL;
1264 ASSERT(rll->rll_writer == NULL);
1268 if (rll->rll_writer
[all...]

Completed in 117 milliseconds