X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/man/clock_set_attributes.html diff --git a/osfmk/man/clock_set_attributes.html b/osfmk/man/clock_set_attributes.html old mode 100755 new mode 100644 index ecfec911b..6b2fb1d00 --- a/osfmk/man/clock_set_attributes.html +++ b/osfmk/man/clock_set_attributes.html @@ -1 +1,68 @@ -
Function - Set a particular clock's attributes.
kern_return_t clock_set_attributes (clock_ctrl_t clock_control, clock_flavor_t flavor, clock_attr_t attribute, clock_control attribute_count);
The clock_set_attributes function sets attributes of a clock's operation.
The main reason a clock's current resolution would not always equal its minimum resolution is because the overhead of sustaining the minimum resolution, when it is not needed by any existing alarm service client, may be prohibitive for a given hardware platform and underlying clock device.
Only generic errors apply.
Functions: host_get_clock_control, clock_set_time, clock_get_attributes. \ No newline at end of file +
+Function - Set a particular clock's attributes. +
+kern_return_t clock_set_attributes + (clock_ctrl_t clock_control, + clock_flavor_t flavor, + clock_attr_t attribute, + clock_control attribute_count); ++
+
+
+
+
+
+The clock_set_attributes function sets attributes of +a clock's operation. +
+The main reason a clock's current resolution would not always equal its +minimum resolution is because the overhead of sustaining the +minimum resolution, +when it is not needed by any existing alarm service client, may be prohibitive +for a given hardware platform and underlying clock device. +
+Only generic errors apply. +
+Functions: +host_get_clock_control, +clock_set_time, +clock_get_attributes.