Searched refs:executing (Results 1 – 25 of 96) sorted by relevance
1234
/Zephyr-latest/lib/smf/ |
D | smf.c | 106 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/ |
D | smf.h | 107 const struct smf_state *executing; member
|
/Zephyr-latest/samples/net/sockets/tcp/ |
D | README.rst | 13 Building, Running and executing TTCN-3 based Sanity Check for TCP
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 25 initialization or executing the application's :c:func:`main` function; 56 An application-supplied ``main()`` function begins executing once
|
/Zephyr-latest/cmake/ |
D | verify-toolchain.cmake | 22 # If executing in script mode and output format is specified, then silence
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | Kconfig | 54 by executing a separate binary.
|
/Zephyr-latest/boards/nordic/nrf54h20dk/doc/ |
D | index.rst | 31 the PPR core on the nRF54H20 SoC executing from RAM. 33 the PPR core on the nRF54H20 SoC executing from MRAM.
|
/Zephyr-latest/doc/ |
D | glossary.rst | 84 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/ |
D | Kconfig | 66 enough space for executing the registered callbacks.
|
/Zephyr-latest/boards/infineon/cy8ckit_062s4/doc/ |
D | index.rst | 87 …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/ |
D | Kconfig.smp | 67 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/ |
D | Kconfig | 230 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/ |
D | Kconfig | 80 executing rate.
|
/Zephyr-latest/boards/lowrisc/opentitan_earlgrey/doc/ |
D | index.rst | 70 the manifest header from simulated flash, and begin executing Zephyr from the
|
/Zephyr-latest/boards/infineon/xmc45_relax_kit/doc/ |
D | index.rst | 106 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/ |
D | index.rst | 108 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/ |
D | README.txt | 37 the mode in which a user thread is currently executing.
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | Kconfig | 186 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/ |
D | index.rst | 103 …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/ |
D | index.rst | 115 …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/ |
D | README.rst | 66 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/ |
D | README.txt | 36 As a result, executing this test suite on a target that doesn't
|
/Zephyr-latest/doc/develop/api/ |
D | terminology.rst | 11 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/ |
D | mcumgr_handlers.rst | 43 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/ |
D | smp.rst | 246 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