Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9c6d44ef5afa59079ae07e204400387a7d9e497b
/
.
/
tests
/
benchmarks
/
sched_userspace
/
src
/
user.h
blob: 49b635143206fb9e7ad4d168006fc1501b978d0d [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2022 Huawei Technologies SASU
*
* SPDX-License-Identifier: Apache-2.0
*/
#define
NB_YIELDS UINT32_C
(
1000000
)
void
context_switch_yield
(
void
*
p1
,
void
*
p2
,
void
*
p3
);