Searched refs:FIO_setProgressSetting (Results 1 – 3 of 3) sorted by relevance
105 void FIO_setProgressSetting(FIO_progressSetting_e progressSetting);
942 … if (!strcmp(argument, "--no-progress")) { FIO_setProgressSetting(FIO_ps_never); continue; } in main()943 … if (!strcmp(argument, "--progress")) { FIO_setProgressSetting(FIO_ps_always); continue; } in main()
433 void FIO_setProgressSetting(FIO_progressSetting_e setting) { g_display_prefs.progressSetting = sett… in FIO_setProgressSetting() function