mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-24 21:50:40 +00:00
10 lines
532 B
Plaintext
10 lines
532 B
Plaintext
# 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.
|
|
|
|
include <zircon/syscalls.h>
|
|
|
|
# TODO: limit value_ptr space somehow to make matches more frequent.
|
|
zx_futex_wait(value_ptr ptr[in, int32], current_value int32, deadline zx_time)
|
|
zx_futex_wake(value_ptr ptr[in, int32], wake_count intptr)
|
|
zx_futex_requeue(value_ptr ptr[in, int32], wake_count intptr, current_value int32, requeue_ptr ptr[in, int32], requeue_count intptr)
|