Home
last modified time | relevance | path

Searched full:barriers (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/posix/barriers/
Dtestcase.yaml5 - barriers
13 portability.posix.barriers: {}
14 portability.posix.barriers.minimal:
17 portability.posix.barriers.newlib:
21 portability.posix.barriers.picolibc:
/Zephyr-latest/lib/posix/options/
DKconfig.barrier8 bool "POSIX barriers"
10 Select 'y' here to enable POSIX barriers.
18 int "Maximum number of POSIX barriers"
37 module-str = POSIX thread barriers
/Zephyr-latest/doc/hardware/barriers/
Dindex.rst3 Barriers API
/Zephyr-latest/doc/hardware/
Dindex.rst10 barriers/index.rst
/Zephyr-latest/tests/arch/arm/arm_irq_advanced_features/src/
Darm_dynamic_direct_interrupts.c54 * Instruction barriers to make sure the NVIC IRQ is in ZTEST()
78 * Instruction barriers to make sure the NVIC IRQ is in ZTEST()
Darm_zero_latency_irqs.c95 * Instruction barriers to make sure the NVIC IRQ is in ZTEST()
/Zephyr-latest/lib/utils/
Dwinstream.c20 /* These are just compiler barriers now. Zephyr doesn't currently
/Zephyr-latest/tests/arch/arm/arm_custom_interrupt/src/
Darm_custom_interrupt.c189 * Instruction barriers to make sure the NVIC IRQ is in ZTEST()
/Zephyr-latest/tests/kernel/fpu_sharing/float_disable/src/
Dk_float_disable.c239 * Instruction barriers to make sure the NVIC IRQ is in sup_fp_thread_entry()
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c325 * Instruction barriers to make sure the NVIC IRQ is in ZTEST()
/Zephyr-latest/tests/posix/common/src/
Dpthread.c271 * initialize barriers the standard way after deprecating in ZTEST()
/Zephyr-latest/kernel/include/
Dkernel_arch_interface.h97 * is saved, and must include whatever memory barriers or cache
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst14 * Barrier API: added architecture agnostic API for data memory barriers.
1347 variables, and barriers using native Zephyr counterparts. POSIX
Drelease-notes-3.2.rst247 * Added data/instr. sync barriers after writing to ``SCTLR`` to disable MPU.
Drelease-notes-1.14.rst619 * Introduce sync barriers in ARM-specific IRQ lock/unlock functions
/Zephyr-latest/drivers/clock_control/
Dclock_control_mchp_xec.c751 * data and instruction barriers to flush the Cortex-M4's pipeline.
/Zephyr-latest/doc/hardware/porting/
Darch.rst419 they use the required compiler barriers.
/Zephyr-latest/scripts/
Dcheckpatch.pl5948 # check for memory barriers without a comment.
5950 my $barriers = qr{
5961 (?:$barriers)
5964 (?:$barriers)|
5983 "__smp memory barriers shouldn't be used outside barrier.h and asm-generic\n" . $herecurr);