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

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_priority_queue.c256 pq_list_t *pql, *pqlnext = NULL; local
266 pql != NULL && pthread == NULL; pql = pqlnext) {
272 pqlnext = TAILQ_NEXT(pql, pl_link);
292 pqlnext = TAILQ_NEXT(pql, pl_link);

Completed in 41 milliseconds