|
Defines platform-specific functionality used by the Azure SDK. More...
#include <azure/core/az_result.h>
#include <stdbool.h>
#include <stdint.h>
#include <azure/core/_az_cfg_prefix.h>
#include <azure/core/_az_cfg_suffix.h>
Go to the source code of this file.
Functions | |
AZ_NODISCARD int64_t | az_platform_clock_msec () |
Gets the platform clock in milliseconds. More... | |
void | az_platform_sleep_msec (int32_t milliseconds) |
Tells the platform to sleep for a given number of milliseconds. More... | |
Defines platform-specific functionality used by the Azure SDK.
AZ_NODISCARD int64_t az_platform_clock_msec | ( | ) |
Gets the platform clock in milliseconds.
void az_platform_sleep_msec | ( | int32_t | milliseconds | ) |
Tells the platform to sleep for a given number of milliseconds.
[in] | milliseconds | Number of milliseconds to sleep. |
milliseconds
is a non-positive value (0 or less than 0).