-
Notifications
You must be signed in to change notification settings - Fork 0
kernel: add POSIX clocks #71
Copy link
Copy link
Open
Labels
arch: noneNot architecture specificNot architecture specifictarget: kernelKernel related featuresKernel related featurestype: newImplement a new featureImplement a new feature
Description
Activity
Metadata
Metadata
Assignees
Labels
arch: noneNot architecture specificNot architecture specifictarget: kernelKernel related featuresKernel related featurestype: newImplement a new featureImplement a new feature
Posix clocks
POSIX clocks provide standardized time support in Unix-like systems, enabling applications to query and set time using functions such as
clock_gettimeandclock_settime. These clocks allow precise timing and interval measurements, which are essential for many system and user processes.