Searched refs:PetscXIOErrorHandlerJumpBuf (Results 1 – 3 of 3) sorted by relevance
5 jmp_buf PetscXIOErrorHandlerJumpBuf; variable9 longjmp(PetscXIOErrorHandlerJumpBuf, 1); in PetscXIOErrorHandlerJump()
49 PetscCall(PetscMemcpy(&jmpbuf, &PetscXIOErrorHandlerJumpBuf, sizeof(jmpbuf))); in PetscDrawXiClose()51 if (!setjmp(PetscXIOErrorHandlerJumpBuf)) in PetscDrawXiClose()60 PetscCall(PetscMemcpy(&PetscXIOErrorHandlerJumpBuf, &jmpbuf, sizeof(jmpbuf))); in PetscDrawXiClose()
355 PETSC_EXTERN jmp_buf PetscXIOErrorHandlerJumpBuf; variable397 … PetscCall(PetscMemcpy(&_Petsc_jmpbuf, &PetscXIOErrorHandlerJumpBuf, sizeof(_Petsc_jmpbuf))); \399 if (setjmp(PetscXIOErrorHandlerJumpBuf)) { \438 …PetscCall(PetscMemcpy(&PetscXIOErrorHandlerJumpBuf, &_Petsc_jmpbuf, sizeof(PetscXIOErrorHandlerJum…