aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/timer.txt
blob: 8696d1f7d5a0a51a722056067af8578fc4bf3c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2017 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

# See https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/vdso/timer.fidl

include <zircon/syscalls.h>

resource zx_timer[zx_handle]

zx_timer_create(options flags[timer_options], clock_id const[ZX_CLOCK_MONOTONIC], out ptr[out, zx_timer])
zx_timer_set(handle zx_timer, deadline zx_time, slack int64)
zx_timer_cancel(handle zx_timer)

timer_options = ZX_TIMER_SLACK_CENTER, ZX_TIMER_SLACK_EARLY, ZX_TIMER_SLACK_LATE