ladybird/Kernel/Time
Gunnar Beutner 52a4a1ec75 Kernel: Fix return value for {enable,disable}_profile_timer()
These functions should return success when being called when profiling
has been requested from multiple callers because enabling/disabling the
timer is a no-op in that case and thus didn't fail.
2021-05-17 21:53:04 +02:00
..
APICTimer.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
APICTimer.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HardwareTimer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HPET.cpp Kernel: Fix issues supporting HPETs with 32-bit-only main counter 2021-05-12 21:44:16 +02:00
HPET.h Kernel: Fix issues supporting HPETs with 32-bit-only main counter 2021-05-12 21:44:16 +02:00
HPETComparator.cpp Kernel: Fix spelling mistake in HPETComparator::try_to_set_frequency 2021-05-17 19:29:55 +02:00
HPETComparator.h Kernel: Fix issues supporting HPETs with 32-bit-only main counter 2021-05-12 21:44:16 +02:00
PIT.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
PIT.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RTC.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
RTC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
TimeManagement.cpp Kernel: Fix return value for {enable,disable}_profile_timer() 2021-05-17 21:53:04 +02:00
TimeManagement.h Kernel: Don't use the profile timer if we don't have a timer to assign 2021-05-15 18:08:41 +02:00