Searched refs:petsc_log_tid (Results 1 – 1 of 1) sorted by relevance
23 PETSC_TLS PetscInt petsc_log_tid = -1; /* Local threadId */ variable30 if (petsc_log_tid < 0) { in PetscLogGetTid()32 petsc_log_tid = ++petsc_log_gid; in PetscLogGetTid()35 return petsc_log_tid; in PetscLogGetTid()2578 petsc_log_tid = 0; in PetscLogInitialize()