Home
last modified time | relevance | path

Searched refs:thread_status_pb (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dgfio.h64 GtkWidget *thread_status_pb; member
107 GtkWidget *thread_status_pb; member
Dgfio.c698 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), "No jobs running"); in connect_clicked()
699 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), 0.0); in connect_clicked()
1452 ge->thread_status_pb = gtk_progress_bar_new(); in new_client_page()
1453 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), 0.0); in new_client_page()
1454 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), "No connections"); in new_client_page()
1455 gtk_container_add(GTK_CONTAINER(ge->buttonbox), ge->thread_status_pb); in new_client_page()
1539 ui->thread_status_pb = gtk_progress_bar_new(); in new_main_page()
1540 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), 0.0); in new_main_page()
1541 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ui->thread_status_pb), "No connections"); in new_main_page()
1542 gtk_container_add(GTK_CONTAINER(ui->buttonbox), ui->thread_status_pb); in new_main_page()
Dgclient.c321 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), m); in gfio_update_thread_status()
322 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), perc / 100.0); in gfio_update_thread_status()
333 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ui->thread_status_pb), m); in gfio_update_thread_status_all()
334 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), perc / 100.0); in gfio_update_thread_status_all()