Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c38 THR_STOP, enumerator
240 return THR_STOP; in worker_encode()
248 return THR_STOP; in worker_encode()
278 if (state >= THR_STOP) in worker_encode()
311 return THR_STOP; in worker_encode()
329 if (state >= THR_STOP) in worker_encode()
341 return THR_STOP; in worker_encode()
348 return THR_STOP; in worker_encode()
374 if (thr->state == THR_STOP) { in worker_start()
390 assert(state != THR_STOP); in worker_start()
[all …]
/freebsd/contrib/xz/
H A DChangeLog3685 liblzma: mt dec: Simplify by removing the THR_STOP state