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_16
(Results
1 - 15
of
15
) sorted by relevancy
/src/common/lib/libc/atomic/
atomic_add_16_cas.c
49
} while (
atomic_cas_16
(addr, old, new) != old);
61
} while (
atomic_cas_16
(addr, old, new) != old);
atomic_nand_16_cas.c
49
} while (
atomic_cas_16
(addr, old, new) != old);
61
} while (
atomic_cas_16
(addr, old, new) != old);
atomic_or_16_cas.c
49
} while (
atomic_cas_16
(addr, old, new) != old);
61
} while (
atomic_cas_16
(addr, old, new) != old);
atomic_sub_16_cas.c
49
} while (
atomic_cas_16
(addr, old, new) != old);
61
} while (
atomic_cas_16
(addr, old, new) != old);
atomic_xor_16_cas.c
49
} while (
atomic_cas_16
(addr, old, new) != old);
61
} while (
atomic_cas_16
(addr, old, new) != old);
atomic_and_16_cas.c
47
} while (
atomic_cas_16
(addr, old, new) != old);
atomic_cas_16_cas.c
46
return
atomic_cas_16
(addr, oldval, newval) == oldval;
atomic_swap_16_cas.c
47
} while (
atomic_cas_16
(addr, old, new) != old);
atomic_and_16_nv_cas.c
46
} while (
atomic_cas_16
(addr, old, new) != old);
atomic_c11_compare_exchange_cas_16.c
56
const uint16_t prev =
atomic_cas_16
(mem, old, desired);
atomic_op_namespace.h
78
#define
atomic_cas_16
_atomic_cas_16
macro
/src/common/lib/libc/arch/arm/atomic/
atomic_cas_16.S
1
/* $NetBSD:
atomic_cas_16
.S,v 1.3 2021/07/28 07:32:20 skrll Exp $ */
55
ATOMIC_OP_ALIAS(
atomic_cas_16
,_atomic_cas_16)
/src/common/lib/libc/arch/aarch64/atomic/
atomic_cas_16.S
1
/* $NetBSD:
atomic_cas_16
.S,v 1.4 2021/07/29 10:29:05 skrll Exp $ */
45
ATOMIC_OP_ALIAS(
atomic_cas_16
,_atomic_cas_16)
/src/common/lib/libc/arch/m68k/atomic/
atomic_cas.S
85
ATOMIC_OP_ALIAS(
atomic_cas_16
,_atomic_cas_16)
/src/sys/sys/
atomic.h
178
uint16_t
atomic_cas_16
(volatile uint16_t *, uint16_t, uint16_t);
Completed in 15 milliseconds
Indexes created Wed Nov 05 22:09:55 GMT 2025