Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_encoder_mt.c28 THR_IDLE, enumerator
349 worker_state state = THR_IDLE; // Init to silence a warning in worker_start()
358 thr->state = THR_IDLE; in worker_start()
363 if (state != THR_IDLE) in worker_start()
370 assert(state != THR_IDLE); in worker_start()
384 thr->state = THR_IDLE; in worker_start()
437 while (coder->threads[i].state != THR_IDLE) in threads_stop()
487 thr->state = THR_IDLE; in initialize_new_thread()
583 if (coder->thr->state == THR_IDLE) { in stream_encode_in()