github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/sys/fuchsia/misc.txt (about) 1 # Copyright 2022 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 # See https://cs.opensource.google/fuchsia/fuchsia/+/main:zircon/vdso/misc.fidl 5 6 include <zircon/syscalls.h> 7 8 zx_nanosleep(deadline zx_time) 9 zx_ticks_get() (ignore_return) 10 zx_ticks_per_second() (ignore_return) 11 zx_deadline_after(nanoseconds int64) zx_time (ignore_return) 12 13 zx_vmar_unmap_handle_close_thread_exit(vmar_handle zx_vmar, addr vma, len len[addr], close_handle zx_handle) 14 15 # no return 16 zx_futex_wake_handle_close_thread_exit(value_ptr ptr[in, int32], wake_count int32, new_value int32, close_handle zx_handle)