void free_shm(void) { if (threads) { file_hash_exit(); flow_exit(); fio_debug_jobp = NULL; free_threads_shm(); } scleanup(); }
void free_shm(void) { if (threads) { file_hash_exit(); flow_exit(); fio_debug_jobp = NULL; free_threads_shm(); } options_free(fio_options, &def_thread); scleanup(); }