Searched refs:thread_status_pb (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | gfio.h | 64 GtkWidget *thread_status_pb; member 107 GtkWidget *thread_status_pb; member
|
D | gfio.c | 696 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), "No jobs running"); in connect_clicked() 697 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), 0.0); in connect_clicked() 1450 ge->thread_status_pb = gtk_progress_bar_new(); in new_client_page() 1451 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), 0.0); in new_client_page() 1452 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), "No connections"); in new_client_page() 1453 gtk_container_add(GTK_CONTAINER(ge->buttonbox), ge->thread_status_pb); in new_client_page() 1537 ui->thread_status_pb = gtk_progress_bar_new(); in new_main_page() 1538 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), 0.0); in new_main_page() 1539 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ui->thread_status_pb), "No connections"); in new_main_page() 1540 gtk_container_add(GTK_CONTAINER(ui->buttonbox), ui->thread_status_pb); in new_main_page()
|
D | gclient.c | 324 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ge->thread_status_pb), m); in gfio_update_thread_status() 325 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ge->thread_status_pb), perc / 100.0); in gfio_update_thread_status() 336 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(ui->thread_status_pb), m); in gfio_update_thread_status_all() 337 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(ui->thread_status_pb), perc / 100.0); in gfio_update_thread_status_all()
|