Searched refs:petsc_sum_of_waits_ct_th (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/ |
| H A D | petsclog.h | 229 PETSC_EXTERN_TLS PetscLogDouble petsc_sum_of_waits_ct_th; variable 523 …sc_wait_ct_th, 1) || PetscAddLogDouble(&petsc_sum_of_waits_ct, &petsc_sum_of_waits_ct_th, 1) || MP… 525 …ait_any_ct_th, 1) || PetscAddLogDouble(&petsc_sum_of_waits_ct, &petsc_sum_of_waits_ct_th, 1) || MP… 528 …ait_all_ct_th, 1) || PetscAddLogDouble(&petsc_sum_of_waits_ct, &petsc_sum_of_waits_ct_th, count) |… 600 …sc_wait_ct_th, 1) || PetscAddLogDouble(&petsc_sum_of_waits_ct, &petsc_sum_of_waits_ct_th, 1) || MP… 603 …ait_all_ct_th, 1) || PetscAddLogDouble(&petsc_sum_of_waits_ct, &petsc_sum_of_waits_ct_th, count) |…
|
| /petsc/src/sys/logging/ |
| H A D | plog.c | 72 PETSC_TLS PetscLogDouble petsc_sum_of_waits_ct_th = 0.0; variable 2633 petsc_sum_of_waits_ct_th = 0.0; in PetscLogFinalize()
|