Home
last modified time | relevance | path

Searched refs:executing (Results 1 – 25 of 96) sorted by relevance

1234

/Zephyr-latest/lib/smf/
Dsmf.c106 ctx->executing = to_execute; in smf_execute_all_entry_actions()
119 ctx->executing = new_state; in smf_execute_all_entry_actions()
160 ctx->executing = tmp_state; in smf_execute_ancestor_run_actions()
235 ctx->executing = init_state; in smf_set_initial()
283 if (share_paren(ctx->executing, new_state)) { in smf_set_state()
286 } else if (share_paren(new_state, ctx->executing)) { in smf_set_state()
288 topmost = ctx->executing; in smf_set_state()
291 topmost = get_lca_of(ctx->executing, new_state); in smf_set_state()
304 if ((ctx->executing == new_state) && (new_state->exit)) { in smf_set_state()
316 if ((ctx->executing == new_state) && (new_state->entry)) { in smf_set_state()
[all …]
/Zephyr-latest/include/zephyr/
Dsmf.h107 const struct smf_state *executing; member
/Zephyr-latest/samples/net/sockets/tcp/
DREADME.rst13 Building, Running and executing TTCN-3 based Sanity Check for TCP
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst25 initialization or executing the application's :c:func:`main` function;
56 An application-supplied ``main()`` function begins executing once
/Zephyr-latest/cmake/
Dverify-toolchain.cmake22 # If executing in script mode and output format is specified, then silence
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig54 by executing a separate binary.
/Zephyr-latest/boards/nordic/nrf54h20dk/doc/
Dindex.rst31 the PPR core on the nRF54H20 SoC executing from RAM.
33 the PPR core on the nRF54H20 SoC executing from MRAM.
/Zephyr-latest/doc/
Dglossary.rst84 A group of one or more :term:`CPU cores <CPU core>`, all executing the same image
91 A single processing unit, with its own Program Counter, executing program
115 executing on the processor.
191 (eXecute In Place) a method of executing programs directly from long
/Zephyr-latest/subsys/input/
DKconfig66 enough space for executing the registered callbacks.
/Zephyr-latest/boards/infineon/cy8ckit_062s4/doc/
Dindex.rst87 …ations. When doing a minimal installation, this can be done manually by executing the script ``ope…
121 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/kernel/
DKconfig.smp67 priority than a currently executing thread on another CPU. Although
96 lower priority than all the threads currently executing on other CPUs.
/Zephyr-latest/arch/arm/core/
DKconfig230 Code executing in Secure state has access to both the Secure
233 Code executing in Non-Secure state may trigger Secure Faults,
235 Secure Faults may only be handled by code executing in Secure
254 Code executing in Non-Secure state has no access to Secure
/Zephyr-latest/soc/andestech/ae350/
DKconfig80 executing rate.
/Zephyr-latest/boards/lowrisc/opentitan_earlgrey/doc/
Dindex.rst70 the manifest header from simulated flash, and begin executing Zephyr from the
/Zephyr-latest/boards/infineon/xmc45_relax_kit/doc/
Dindex.rst106 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/boards/infineon/xmc47_relax_kit/doc/
Dindex.rst108 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/tests/arch/arm/arm_thread_swap/
DREADME.txt37 the mode in which a user thread is currently executing.
/Zephyr-latest/soc/ite/ec/it8xxx2/
DKconfig186 predictable than executing from Flash directly, and some code (such as code
195 has more reliable performance characteristics than executing directly from
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/
Dindex.rst103 …ations. When doing a minimal installation, this can be done manually by executing the script ``ope…
137 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/doc/
Dindex.rst115 …ations. When doing a minimal installation, this can be done manually by executing the script ``ope…
149 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/samples/drivers/fpga/fpga_controller/
DREADME.rst66 After executing the sample, you can see at what address it is stored and its size in bytes.
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt36 As a result, executing this test suite on a target that doesn't
/Zephyr-latest/doc/develop/api/
Dterminology.rst11 if executing the function reaches a reschedule point
13 if executing the function can cause the invoking thread to sleep
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_handlers.rst43 itself and application code, e.g. to reference the command IDs for executing functions. An example
63 itself and application code, e.g. to reference the command IDs for executing functions. An example
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst246 CPU0 and T1 not be pinned. If CPU0 is executing T2 and CPU1 executing T1,
247 then this set is is both valid and optimal. However, if CPU0 is executing
251 set, the resulting set of executing threads are expected to be close to a valid
261 must be done to compare the old thread against the threads executing on the

1234