Home
last modified time | relevance | path

Searched refs:write_head (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c1318 local struct job *write_head; variable
1338 write_head = NULL; in setup_jobs()
1596 prior = &write_head; in compress_thread()
1604 twist(write_first, TO, write_head->seq); in compress_thread()
1660 job = write_head; in write_thread()
1661 write_head = job->next; in write_thread()
1662 twist(write_first, TO, write_head == NULL ? -1 : write_head->seq); in write_thread()
1700 assert(write_head == NULL); in write_thread()