MOS Source Code
Loading...
Searching...
No Matches
futex.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-3.0-or-later
2
3
#pragma once
4
5
#include <
mos/types.h
>
6
7
bool
futex_wait
(
futex_word_t
*futex,
futex_word_t
expected);
8
bool
futex_wake
(
futex_word_t
*lock,
size_t
num_to_wake);
futex_wake
#define futex_wake(futex, val)
Definition
mutex.c:10
futex_wait
#define futex_wait(futex, val)
Definition
mutex.c:9
types.h
futex_word_t
s32 futex_word_t
Definition
types.h:99
kernel
include
private
mos
locks
futex.h
Generated on Sun Sep 1 2024 18:22:52 for MOS Source Code by
1.12.0