Home
last modified time | relevance | path

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

/petsc/src/sys/error/
H A Dadebug.c218 PetscReal sleeptime = 0; in PetscAttachDebugger() local
437 sleeptime = 10; /* default to sleep waiting for debugger */ in PetscAttachDebugger()
438 PetscCall(PetscOptionsGetReal(NULL, NULL, "-debugger_pause", &sleeptime, NULL)); in PetscAttachDebugger()
439 if (sleeptime < 0) sleeptime = -sleeptime; in PetscAttachDebugger()
454 int left = sleeptime; in PetscAttachDebugger()
458 PetscCall(PetscSleep(sleeptime)); in PetscAttachDebugger()
550 PetscInt sleeptime = 0; in PetscStopForDebugger() local
610sleeptime = 25; /* default… in PetscStopForDebugger()
611 …PetscCallContinue(PetscOptionsGetInt(NULL, NULL, "-debugger_pause", &sleeptime, NULL)); /* ignore … in PetscStopForDebugger()
612 if (sleeptime < 0) sleeptime = -sleeptime; in PetscStopForDebugger()
[all …]