HomeSort by relevance Sort by last modified time
    Searched refs:thread_status_pb (Results 1 - 3 of 3) sorted by null

  /external/fio/
gfio.h 64 GtkWidget *thread_status_pb; member in struct:gui
107 GtkWidget *thread_status_pb; member in struct:gui_entry
gfio.c 696 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), "No jobs running");
697 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), 0.0);
    [all...]
gclient.c 324 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), m);
325 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), perc / 100.0);
336 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ui->thread_status_pb), m);
337 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), perc / 100.0);
    [all...]

Completed in 67 milliseconds