Sign in
android
/
platform
/
external
/
rust
/
crates
/
rustix
/
2cdd3b557becb514725fe73a29c47655055f4a21
/
.
/
src
/
backend
/
libc
/
thread
/
mod.rs
blob: 4f8c87cd2d852f272dadfea5567ca50ba71e6732 [
file
] [
log
] [
blame
]
#[
cfg
(
linux_kernel
)]
pub
(
crate
)
mod
futex
;
#[
cfg
(
not
(
windows
))]
pub
(
crate
)
mod
syscalls
;