-------------------------------------------------------------------------*\ * Returns time since start of operation * Input * tm: timeout control structure * Returns * start field of structure \*-------------------------------------------------------------------------*/
| 79 | * start field of structure |
| 80 | \*-------------------------------------------------------------------------*/ |
| 81 | double timeout_getstart(p_timeout tm) { |
| 82 | return tm->start; |
| 83 | } |
| 84 | |
| 85 | /*-------------------------------------------------------------------------*\ |
| 86 | * Determines how much time we have left for the next system call, |
no outgoing calls
no test coverage detected