![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
class | CEventGroup |
CEventGroup is a means of grouping CEvents to wait on them together. It is equivalent to WaitOnMultipleObject that returns when "any" Event in the group signaled. More... | |
class | ConditionVariable |
class | CountingLockable |
class | EndTime |
class | InversePredicate |
class | SharedLock |
class | TightConditionVariable |
class | UniqueLock |
Functions | |
unsigned int | SystemClockMillis () |
unsigned int XbmcThreads::SystemClockMillis | ( | ) |
This function returns the system clock's number of milliseconds but with an arbitrary reference point. It handles the wrapping of any underlying system clock by setting a starting point at the first call. It should only be used for measuring time durations.
Of course, on windows it just calls timeGetTime, so you're on your own.