| 113 | } |
| 114 | |
| 115 | inline uint32_t version_of_task_id(TimerThread::TaskId id) { |
| 116 | return (uint32_t)(id >> 32); |
| 117 | } |
| 118 | |
| 119 | inline bool task_greater(const TimerThread::Task* a, const TimerThread::Task* b) { |
| 120 | return a->run_time > b->run_time; |
no outgoing calls
no test coverage detected