cpu_thread
err = pthread_create(&cpu_threads[cpu], NULL, cpu_thread, data);
VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == vdo->thread_config.cpu_thread),
process_release_callback, vdo->thread_config.cpu_thread,
thread_id_t cpu_thread = vdo_from_data_vio(data_vio)->thread_config.cpu_thread;
VDO_ASSERT_LOG_ONLY((cpu_thread == thread_id),
cpu_thread);
thread_id_t cpu_thread = vdo_from_data_vio(data_vio)->thread_config.cpu_thread;
vdo_set_completion_callback(&data_vio->vio.completion, callback, cpu_thread);
return vdo->thread_config.cpu_thread;
config->cpu_thread = config->thread_count++;
} else if (thread_id == thread_config->cpu_thread) {
result = vdo_make_thread(vdo, vdo->thread_config.cpu_thread, &cpu_q_type,
thread_id_t cpu_thread;