Home
last modified time | relevance | path

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

/isa-l/programs/
H A Digzip_cli.c440 int queue; member
456 return (pool.queue != pool.head); in pool_has_work()
462 assert(pool.queue != pool.head); in pool_get_work()
463 pool.queue = (pool.queue + 1) % MAX_JOBQUEUE; in pool_get_work()
464 return pool.queue; in pool_get_work()
544 pool.queue = 0; in pool_create()