Searched refs:threads_initialized (Results 1 – 1 of 1) sorted by relevance
153 uint32_t threads_initialized; member423 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()434 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()451 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()458 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()473 worker_thread *thr = &coder->threads[coder->threads_initialized]; in initialize_new_thread()495 ++coder->threads_initialized; in initialize_new_thread()530 if (coder->threads_initialized == coder->threads_max) in get_thread()918 for (size_t i = 0; i < coder->threads_initialized; ++i) { in get_progress()998 next->coder->threads_initialized = 0; in stream_encoder_mt_init()[all …]