Searched refs:threads_initialized (Results 1 – 2 of 2) sorted by relevance
175 uint32_t threads_initialized; member449 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()460 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()477 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()484 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()500 worker_thread *thr = &coder->threads[coder->threads_initialized]; in initialize_new_thread()523 ++coder->threads_initialized; in initialize_new_thread()570 if (coder->threads_initialized == coder->threads_max) in get_thread()1017 for (size_t i = 0; i < coder->threads_initialized; ++i) { in get_progress()1103 coder->threads_initialized = 0; in stream_encoder_mt_init()[all …]
203 uint32_t threads_initialized; member525 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()532 for (uint32_t i = 0; i < coder->threads_initialized; ++i) in threads_end()536 coder->threads_initialized = 0; in threads_end()551 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()585 assert(coder->threads_initialized < coder->threads_max); in initialize_new_thread()587 = &coder->threads[coder->threads_initialized]; in initialize_new_thread()607 ++coder->threads_initialized; in initialize_new_thread()642 assert(coder->threads_initialized < coder->threads_max); in get_thread()758 && (coder->threads_initialized in read_output_and_wait()[all …]