Home
last modified time | relevance | path

Searched refs:primitive (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/modules/
DKconfig.tinycrypt1 # Cryptography primitive options for TinyCrypt version 2.0
27 hash function primitive.
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst6 A :dfn:`condition variable` is a synchronization primitive
Dmutexes.rst173 k_futex is a lightweight mutual exclusion primitive designed to minimize
/Zephyr-latest/kernel/
DKconfig.smp19 primitive than the original arch_swap mechanism. It is required
DKconfig378 a few threads blocked on any single IPC primitive.
766 On some architectures, the _Swap() primitive cannot be made
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst93 primitive operations only: an "init" step for each struct, and a "get"
Drbtree.rst94 These rotations are conceptually implemented on top of a primitive
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst48 SMP systems provide a more constrained :c:func:`k_spin_lock` primitive
309 The traditional Zephyr context switch primitive has been :c:func:`z_swap`.
330 of this primitive which includes the relevant scheduler logic in a
/Zephyr-latest/modules/mbedtls/
DKconfig1 # Cryptography primitive options for mbed TLS
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst119 IPC primitive.
/Zephyr-latest/boards/native/doc/
Darch_soc.rst153 an appropriate kernel primitive to synchronize your threads.
/Zephyr-latest/scripts/
Dspelling.txt1211 primative||primitive
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst46 * Userspace mutexes are now supported through the new k_futex primitive.