xref
: /
aosp_15_r20
/
external
/
rust
/
android-crates-io
/
crates
/
rustix
/
src
/
backend
/
libc
/
thread
/
mod.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#[
cfg
(
linux_kernel
)]
2
pub
(
crate
)
mod
futex
;
3
#[
cfg
(
not
(
windows
))]
4
pub
(
crate
)
mod
syscalls
;
5