Searched refs:threads_initialized (Results 1 – 1 of 1) sorted by relevance
154 uint32_t threads_initialized; member424 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()435 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()452 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()459 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()475 worker_thread *thr = &coder->threads[coder->threads_initialized]; in initialize_new_thread()497 ++coder->threads_initialized; in initialize_new_thread()532 if (coder->threads_initialized == coder->threads_max) in get_thread()926 for (size_t i = 0; i < coder->threads_initialized; ++i) { in get_progress()1009 coder->threads_initialized = 0; in stream_encoder_mt_init()[all …]