Lines Matching refs:PETSC_EXTERN_TLS

167   #define PETSC_EXTERN_TLS extern PETSC_TLS PETSC_VISIBILITY_PUBLIC  macro
169 #define PETSC_EXTERN_TLS PETSC_EXTERN macro
214 PETSC_EXTERN_TLS PetscLogDouble petsc_TotalFlops_th;
215 PETSC_EXTERN_TLS PetscLogDouble petsc_irecv_ct_th;
216 PETSC_EXTERN_TLS PetscLogDouble petsc_isend_ct_th;
217 PETSC_EXTERN_TLS PetscLogDouble petsc_recv_ct_th;
218 PETSC_EXTERN_TLS PetscLogDouble petsc_send_ct_th;
219 PETSC_EXTERN_TLS PetscLogDouble petsc_irecv_len_th;
220 PETSC_EXTERN_TLS PetscLogDouble petsc_isend_len_th;
221 PETSC_EXTERN_TLS PetscLogDouble petsc_recv_len_th;
222 PETSC_EXTERN_TLS PetscLogDouble petsc_send_len_th;
223 PETSC_EXTERN_TLS PetscLogDouble petsc_allreduce_ct_th;
224 PETSC_EXTERN_TLS PetscLogDouble petsc_gather_ct_th;
225 PETSC_EXTERN_TLS PetscLogDouble petsc_scatter_ct_th;
226 PETSC_EXTERN_TLS PetscLogDouble petsc_wait_ct_th;
227 PETSC_EXTERN_TLS PetscLogDouble petsc_wait_any_ct_th;
228 PETSC_EXTERN_TLS PetscLogDouble petsc_wait_all_ct_th;
229 PETSC_EXTERN_TLS PetscLogDouble petsc_sum_of_waits_ct_th;
246 PETSC_EXTERN_TLS PetscLogDouble petsc_ctog_ct_th;
247 PETSC_EXTERN_TLS PetscLogDouble petsc_gtoc_ct_th;
248 PETSC_EXTERN_TLS PetscLogDouble petsc_ctog_sz_th;
249 PETSC_EXTERN_TLS PetscLogDouble petsc_gtoc_sz_th;
250 PETSC_EXTERN_TLS PetscLogDouble petsc_ctog_ct_scalar_th;
251 PETSC_EXTERN_TLS PetscLogDouble petsc_gtoc_ct_scalar_th;
252 PETSC_EXTERN_TLS PetscLogDouble petsc_ctog_sz_scalar_th;
253 PETSC_EXTERN_TLS PetscLogDouble petsc_gtoc_sz_scalar_th;
254 PETSC_EXTERN_TLS PetscLogDouble petsc_gflops_th;
255 PETSC_EXTERN_TLS PetscLogDouble petsc_gtime_th;
807 #undef PETSC_EXTERN_TLS