

Go to the source code of this file.
Classes | |
| class | timer |
| Implements a timeout mechanism via sigalarm. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | timedOut(x) (((x).newTimeOut_ > 0) ? setjmp(Foam::timer::envAlarm) : false) |
| Check it a timeout has occurred. More... | |
| #define timedOut | ( | x | ) | (((x).newTimeOut_ > 0) ? setjmp(Foam::timer::envAlarm) : false) |