Home
last modified time | relevance | path

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

/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c2810 local lock *outb_check_more; variable
2841 possess(outb_check_more); in outb_check()
2842 wait_for(outb_check_more, TO_BE, 1); in outb_check()
2846 twist(outb_check_more, TO, 0); in outb_check()
2865 outb_check_more = new_lock(0); in outb()
2871 possess(outb_check_more); in outb()
2872 wait_for(outb_check_more, TO_BE, 0); in outb()
2881 twist(outb_check_more, TO, 1); in outb()
2888 free_lock(outb_check_more); in outb()