Searched refs:threads_initialized (Results 1 – 2 of 2) sorted by relevance
174 uint32_t threads_initialized; member448 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()459 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()476 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()483 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()499 worker_thread *thr = &coder->threads[coder->threads_initialized]; in initialize_new_thread()522 ++coder->threads_initialized; in initialize_new_thread()569 if (coder->threads_initialized == coder->threads_max) in get_thread()1014 for (size_t i = 0; i < coder->threads_initialized; ++i) { in get_progress()1100 coder->threads_initialized = 0; in stream_encoder_mt_init()[all …]
185 uint32_t threads_initialized; member501 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_end()508 for (uint32_t i = 0; i < coder->threads_initialized; ++i) in threads_end()512 coder->threads_initialized = 0; in threads_end()534 for (uint32_t i = 0; i < coder->threads_initialized; ++i) { in threads_stop()566 assert(coder->threads_initialized < coder->threads_max); in initialize_new_thread()568 = &coder->threads[coder->threads_initialized]; in initialize_new_thread()588 ++coder->threads_initialized; in initialize_new_thread()623 assert(coder->threads_initialized < coder->threads_max); in get_thread()740 && (coder->threads_initialized in read_output_and_wait()[all …]