Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
clock.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CLOCK_H_
6#define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CLOCK_H_
7
8#include "macros.h"
9
10#include <stdint.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif // FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CLOCK_H_
ZIRCON_FFI_EXPORT uint64_t zircon_dart_clock_get_monotonic()
Definition clock.cc:9
#define ZIRCON_FFI_EXPORT
Definition macros.h:8