Sign in
qemu
/
meson
/
refs/heads/optioncaution
/
.
/
docs
/
markdown
/
snippets
/
atomic-dependency.md
blob: 2eef5e0b1cb0a94c08946f510a7e8df224e1f1be [
file
] [
log
] [
blame
] [
view
]
## New custom dependency for atomic
```
dependency('atomic')
```
checks
for
the availability of the atomic operation library
.
First
,
it looks
for
the atomic library
.
If
that
is
not
found
,
then
it will
try
to
use
what
is
provided
by
the libc
.