| 32 | } |
| 33 | |
| 34 | void clear_time_provider() { |
| 35 | fl::unique_lock<fl::mutex> lock(get_time_mutex()); |
| 36 | get_time_provider() = time_provider_t{}; // Clear the function |
| 37 | } |
| 38 | |
| 39 | // MockTimeProvider implementation |
| 40 | MockTimeProvider::MockTimeProvider(fl::u32 initial_time) |