X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/clock_map_time.html diff --git a/osfmk/man/clock_map_time.html b/osfmk/man/clock_map_time.html index ce8fa4430..5859853b6 100755 --- a/osfmk/man/clock_map_time.html +++ b/osfmk/man/clock_map_time.html @@ -1 +1,51 @@ -
Function - Return a memory object that maps a clock.
kern_return_t clock_map_time (clock_t clock_name, memory_object_t clock_memory);
The clock_map_time function returns a memory object representative port representing read access to a memory object that contains (at offset zero) a mapped version of the clock time (structure mapped_tvalspec). The returned right is suitable as an argument for vm_map.
Not all clocks provide this service, but the REALTIME clock must.
Functions: host_get_clock_service, clock_get_attributes, clock_get_time, clock_sleep, clock_alarm.
Data Structures: mapped_tvalspec. \ No newline at end of file +
+Function - Return a memory object that maps a clock. +
+kern_return_t clock_map_time + (clock_t clock_name, + memory_object_t clock_memory); ++
+
+
+The clock_map_time function returns a memory object representative port +representing read access to a memory object that contains (at offset zero) a +mapped version of the clock time (structure mapped_tvalspec). +The returned right is suitable as an argument for vm_map. +
+Not all clocks provide this service, but the REALTIME clock must. +
+
+Functions: +host_get_clock_service, +clock_get_attributes, +clock_get_time, +clock_sleep, +clock_alarm. +
+Data Structures: +mapped_tvalspec.