Searched refs:thread_update_count (Results 1 – 1 of 1) sorted by relevance
7051 static uint32_t thread_update_count = 0; variable7057 if (thread_update_count == THREAD_UPDATE_SIZE) { in thread_update_add_thread()7061 thread_update_array[thread_update_count++] = thread; in thread_update_add_thread()7069 assert(thread_update_count <= THREAD_UPDATE_SIZE); in thread_update_process_threads()7071 for (uint32_t i = 0; i < thread_update_count; i++) { in thread_update_process_threads()7087 thread_update_count = 0; in thread_update_process_threads()