xref
: /
aosp_15_r20
/
external
/
rust
/
android-crates-io
/
crates
/
tokio
/
src
/
macros
/
loom.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
macro_rules
!
if_loom
{
2
($($
t
:
tt
)*) => {{
3
#[
cfg
(
loom
)]
4
{
5
$($
t
)*
6
}
7
}}
8
}
9