| 62 | } |
| 63 | |
| 64 | int clock_cpu_issettimeout(void) |
| 65 | { |
| 66 | if (_cputime_ops) |
| 67 | return _cputime_ops->cputime_settimeout != RT_NULL; |
| 68 | return RT_FALSE; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * The clock_cpu_microsecond() fucntion shall return the microsecond according to |
no outgoing calls
no test coverage detected