Home
last modified time | relevance | path

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

/src/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c27 THR_IDLE, enumerator
366 worker_state state = THR_IDLE; // Init to silence a warning in worker_start()
375 thr->state = THR_IDLE; in worker_start()
380 if (state != THR_IDLE) in worker_start()
389 assert(state != THR_IDLE); in worker_start()
403 thr->state = THR_IDLE; in worker_start()
461 while (coder->threads[i].state != THR_IDLE) in threads_stop()
511 thr->state = THR_IDLE; in initialize_new_thread()
629 if (coder->thr->state == THR_IDLE) { in stream_encode_in()
H A Dstream_decoder_mt.c23 THR_IDLE, enumerator
345 if (thr->state == THR_IDLE) { in worker_decoder()
444 thr->state = THR_IDLE; in worker_decoder()
539 coder->threads[i].state = THR_IDLE; in threads_stop()
576 thr->state = THR_IDLE; in initialize_new_thread()
1479 assert(coder->thr->state == THR_IDLE); in stream_decode_mt()
/src/contrib/xz/
H A DChangeLog1722 The main thread can directly set THR_IDLE in threads_stop() which is