Home
last modified time | relevance | path

Searched refs:PETSC_TLS (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/logging/
H A Dplog.c23 PETSC_TLS PetscInt petsc_log_tid = -1; /* Local threadId */
60 PETSC_TLS PetscLogDouble petsc_TotalFlops_th = 0.0;
61 PETSC_TLS PetscLogDouble petsc_send_ct_th = 0.0;
62 PETSC_TLS PetscLogDouble petsc_recv_ct_th = 0.0;
63 PETSC_TLS PetscLogDouble petsc_send_len_th = 0.0;
64 PETSC_TLS PetscLogDouble petsc_recv_len_th = 0.0;
65 PETSC_TLS PetscLogDouble petsc_isend_ct_th = 0.0;
66 PETSC_TLS PetscLogDouble petsc_irecv_ct_th = 0.0;
67 PETSC_TLS PetscLogDouble petsc_isend_len_th = 0.0;
68 PETSC_TLS PetscLogDouble petsc_irecv_len_th = 0.0;
[all …]
/petsc/include/petsc/private/
H A Dlogimpl.h192 #define PETSC_TLS thread_local macro
194 #define PETSC_TLS _Thread_local macro
196 #define PETSC_INTERN_TLS extern PETSC_TLS PETSC_VISIBILITY_INTERNAL
201 #define PETSC_TLS macro
/petsc/src/sys/error/
H A Derrtrace.c143 static PETSC_TLS PetscBool petsc_traceback_error_silent = PETSC_FALSE;
/petsc/include/
H A Dpetsclog.h163 #define PETSC_TLS thread_local macro
165 #define PETSC_TLS _Thread_local macro
167 #define PETSC_EXTERN_TLS extern PETSC_TLS PETSC_VISIBILITY_PUBLIC
170 #define PETSC_TLS macro
808 #undef PETSC_TLS