mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +00:00
os/time: Documentation.
This commit is contained in:
parent
8f0082e810
commit
31ee6a1966
|
@ -3,6 +3,11 @@
|
||||||
/*!
|
/*!
|
||||||
* @file
|
* @file
|
||||||
* @brief Wrapper around OS native time functions.
|
* @brief Wrapper around OS native time functions.
|
||||||
|
*
|
||||||
|
* These should be preferred over directly using native OS time functions in
|
||||||
|
* potentially-portable code. Additionally, in most cases these are preferred
|
||||||
|
* over timepoints from @ref time_state for general usage in drivers, etc.
|
||||||
|
*
|
||||||
* @author Drew DeVault <sir@cmpwn.com>
|
* @author Drew DeVault <sir@cmpwn.com>
|
||||||
* @author Jakob Bornecrantz <jakob@collabora.com>
|
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue