=========================================================================*\ * Exported functions. \*=========================================================================*/ -------------------------------------------------------------------------*\ * Initialize structure \*-------------------------------------------------------------------------*/
| 45 | * Initialize structure |
| 46 | \*-------------------------------------------------------------------------*/ |
| 47 | void timeout_init(p_timeout tm, double block, double total) { |
| 48 | tm->block = block; |
| 49 | tm->total = total; |
| 50 | } |
| 51 | |
| 52 | /*-------------------------------------------------------------------------*\ |
| 53 | * Determines how much time we have left for the next system call, |
no outgoing calls
no test coverage detected