Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 225) sorted by relevance

123456789

/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_sched_timeslice_and_lock.c33 tdata[tnum].executed = 1; in thread_entry()
50 tdata[i].executed = 0; in setup_threads()
109 zassert_true(tdata[0].executed == 1); in ZTEST()
110 zassert_true(tdata[1].executed == 1); in ZTEST()
112 zassert_true(tdata[i].executed == 0); in ZTEST()
136 zassert_true(tdata[i].executed == 1); in ZTEST()
153 zassert_true(tdata[i].executed == 0); in ZTEST()
181 zassert_true(tdata[i].executed == 0); in ZTEST()
184 zassert_true(tdata[0].executed == 1); in ZTEST()
189 static int executed; variable
[all …]
Dtest_sched.h24 int executed; member
/Zephyr-latest/kernel/
DKconfig.init14 A custom hook soc_reset_hook() is executed at the beginning of the
22 A custom hook soc_prep_hook() is executed at the beginning of the
30 A custom SoC hook soc_early_init_hook() is executed before the kernel and
38 A custom SoC hook soc_late_init_hook() is executed after the kernel and
55 A custom board hook board_early_init_hook() is executed before the kernel and
63 A custom board hook board_late_init_hook() is executed after the kernel and
/Zephyr-latest/samples/drivers/dac/
DREADME.rst23 The sample can be built and executed for the
34 The sample can be built and executed for the
45 The sample can be built and executed for the
56 The sample can be built and executed for the
67 The sample can be built and executed for the
78 The sample can be built and executed for the
89 The sample can be built and executed for the
100 The sample can be built and executed for the :zephyr:board:`twr_ke18f` as
114 The sample can be built and executed for the :zephyr:board:`frdm_k64f` as
129 executed for the :zephyr:board:`bl652_dvk` as follows:
[all …]
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c187 bool *executed = (bool *)user_data; in clock_on_callback() local
189 *executed = true; in clock_on_callback()
198 bool executed = false; in test_async_on_instance() local
204 err = clock_control_async_on(dev, subsys, clock_on_callback, &executed); in test_async_on_instance()
210 zassert_true(executed, "%s: Expected flag to be true", dev->name); in test_async_on_instance()
233 bool executed = false; in test_async_on_stopped_on_instance() local
241 err = clock_control_async_on(dev, subsys, clock_on_callback, &executed); in test_async_on_stopped_on_instance()
252 zassert_false(executed, "%s: Expected flag to be false", dev->name); in test_async_on_stopped_on_instance()
/Zephyr-latest/tests/kernel/mem_protect/mem_map/src/
Dmain.c136 static void transplanted_function(bool *executed) in __in_section_unique()
138 *executed = true; in __in_section_unique()
151 bool executed = false; in ZTEST() local
152 void (*func)(bool *executed); in ZTEST()
167 func = (void (*)(bool *executed))mapped_exec; in ZTEST()
168 func(&executed); in ZTEST()
169 zassert_true(executed, "function did not execute"); in ZTEST()
176 func = (void (*)(bool *executed))mapped_ro; in ZTEST()
178 func(&executed); in ZTEST()
/Zephyr-latest/samples/sensor/fxos8700/
DREADME.rst27 Sample can be built and executed for the FRDM-K64F as follows:
47 Sample can be built and executed for the FRDM-K22F as follows:
70 Sample can be built and executed for the TWR-KE18F as follows:
81 Sample can be built and executed for the FRDM-KL25Z as follows:
93 Sample can be built and executed for the Micro Bit as follows:
105 Sample can be built and executed for the reel board as follows:
117 Sample can be built and executed for the MIMXRT685-EVK as follows:
129 Sample can be built and executed for the MIMXRT595-EVK as follows:
/Zephyr-latest/boards/native/nrf_bsim/
DKconfig12 Will produce a console Linux process which can be executed natively.
23 Will produce a console Linux process which can be executed natively.
34 Will produce a console Linux process which can be executed natively.
45 Will produce a console Linux process which can be executed natively.
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c47 int executed; member
208 tinfo[thread_num].executed = 1; in thread_entry_fn()
274 tinfo[i].executed = 0; in cleanup_resources()
389 zassert_true(tinfo[i].executed == 1, in ZTEST()
392 zassert_true(tinfo[num_threads - 1].executed == 0, in ZTEST()
423 zassert_true(tinfo[i].executed == 1, in ZTEST()
457 zassert_true(tinfo[i].executed == 1, in ZTEST()
485 zassert_true(tinfo[i].executed == 1, in ZTEST()
503 tinfo[thread_num].executed = 1; in thread_wakeup_entry()
540 if (tinfo[i].executed == 1 && threads_woke_up <= tnum) { in check_wokeup_threads()
/Zephyr-latest/samples/drivers/led/pwm/
DREADME.rst12 (child nodes) the same test pattern (described below) is executed. The LED API
31 This sample can be built and executed on all the boards with PWM LEDs connected.
/Zephyr-latest/soc/ambiq/apollo4x/
DKconfig.defconfig10 # management operations are executed in the idle task
/Zephyr-latest/soc/st/stm32/stm32wb0x/
DKconfig13 # WB0x has a ROM bootloader executed at reset,
/Zephyr-latest/soc/ambiq/apollo3x/
DKconfig.defconfig10 # management operations are executed in the idle task
/Zephyr-latest/doc/connectivity/networking/api/
Dzperf.rst30 If Zephyr acts as a client, iPerf must be executed in server mode.
44 In the Zephyr console, zperf can be executed as follows:
87 and in the host side, iPerf must be executed with the following
/Zephyr-latest/samples/arch/smp/pi/
DREADME.rst25 required for all the calculation to be done. It can be built and executed
46 All 16 threads executed by 4 cores in 28 msec
/Zephyr-latest/snippets/nordic-flpr/
DREADME.rst11 FLPR code is to be executed from SRAM, so the FLPR image must be built
/Zephyr-latest/tests/subsys/settings_commit_prio/
DREADME.rst14 This application can be built and executed on native_sim as follows:
/Zephyr-latest/soc/infineon/cat1a/
DKconfig42 Choose the prebuilt application image to be executed on the Cortex-M0+ core of the PSOC™ 6
48 DeepSleep prebuilt application image is executed on the Cortex-M0+ core of the PSOC™ 6 BLE
/Zephyr-latest/snippets/nordic-flpr-xip/
DREADME.rst11 FLPR code is to be executed from RRAM, so the FLPR image must be built
/Zephyr-latest/snippets/nordic-ppr-xip/
DREADME.rst10 (Peripheral Processor) from another core. PPR code is to be executed from MRAM,
/Zephyr-latest/samples/subsys/demand_paging/
DREADME.rst13 evicted for more code to be executed when memory is exhausted.
26 This application can be built and executed on QEMU as follows:
/Zephyr-latest/tests/arch/x86/nmi/
DREADME.txt11 This project outputs to the console. It can be built and executed
/Zephyr-latest/tests/subsys/sensing/
DREADME.rst15 This application can be built and executed on native_sim as follows:
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/
DREADME.rst15 The sample can be built and executed on boards using west.
/Zephyr-latest/samples/hello_world/
DREADME.rst15 This application can be built and executed on QEMU as follows:

123456789