OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic_cas_8
(Results
1 - 15
of
15
) sorted by relevancy
/src/common/lib/libc/atomic/
atomic_add_8_cas.c
49
} while (
atomic_cas_8
(addr, old, new) != old);
61
} while (
atomic_cas_8
(addr, old, new) != old);
atomic_nand_8_cas.c
49
} while (
atomic_cas_8
(addr, old, new) != old);
61
} while (
atomic_cas_8
(addr, old, new) != old);
atomic_or_8_cas.c
49
} while (
atomic_cas_8
(addr, old, new) != old);
61
} while (
atomic_cas_8
(addr, old, new) != old);
atomic_sub_8_cas.c
49
} while (
atomic_cas_8
(addr, old, new) != old);
61
} while (
atomic_cas_8
(addr, old, new) != old);
atomic_xor_8_cas.c
49
} while (
atomic_cas_8
(addr, old, new) != old);
61
} while (
atomic_cas_8
(addr, old, new) != old);
atomic_and_8_cas.c
47
} while (
atomic_cas_8
(addr, old, new) != old);
atomic_cas_8_cas.c
46
return
atomic_cas_8
(addr, oldval, newval) == oldval;
atomic_swap_8_cas.c
47
} while (
atomic_cas_8
(addr, old, new) != old);
atomic_and_8_nv_cas.c
46
} while (
atomic_cas_8
(addr, old, new) != old);
atomic_c11_compare_exchange_cas_8.c
56
const uint8_t prev =
atomic_cas_8
(mem, old, desired);
atomic_op_namespace.h
79
#define
atomic_cas_8
_atomic_cas_8
macro
/src/common/lib/libc/arch/arm/atomic/
atomic_cas_8.S
1
/* $NetBSD:
atomic_cas_8
.S,v 1.9 2021/07/28 07:32:20 skrll Exp $ */
56
ATOMIC_OP_ALIAS(
atomic_cas_8
,_atomic_cas_8)
/src/common/lib/libc/arch/aarch64/atomic/
atomic_cas_8.S
1
/* $NetBSD:
atomic_cas_8
.S,v 1.4 2021/07/29 10:29:05 skrll Exp $ */
45
ATOMIC_OP_ALIAS(
atomic_cas_8
,_atomic_cas_8)
/src/common/lib/libc/arch/m68k/atomic/
atomic_cas.S
110
ATOMIC_OP_ALIAS(
atomic_cas_8
,_atomic_cas_8)
/src/sys/sys/
atomic.h
179
uint8_t
atomic_cas_8
(volatile uint8_t *, uint8_t, uint8_t);
Completed in 22 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025