Home
last modified time | relevance | path

Searched full:give (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/Zephyr-latest/cmake/toolchain/llvm/
Dclang_libgcc.cfg3 # Tell clang to give us the actual path to libgcc.a
7 # better tell clang to give us the correct path to libgcc.a.
/Zephyr-latest/samples/cpp/cpp_synchronization/src/
Dmain.cpp33 virtual void give(void) = 0;
58 virtual void give(void);
105 void cpp_semaphore::give(void) in give() function in cpp_semaphore
129 sem_main.give(); in coop_thread_entry()
149 sem_coop.give(); in main()
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dsema_test_signal_release.c11 * This file contains the test that measures semaphore give and take time
33 * 2. Give the semaphore, thereby forcing a context switch back in alt_thread_entry()
44 /* 6. Give <sem> so <start_thread> resumes execution */ in alt_thread_entry()
161 "semaphore.give.wake+ctx.%c_to_%c", in sema_context_switch()
165 "%-40s - Give a semaphore (context switch)", tag); in sema_context_switch()
192 /* 1. Give a semaphore. No threads are waiting on it */ in immediate_give_take()
264 "semaphore.give.immediate.%s", in sema_test_signal()
267 "%-40s - Give a semaphore (no waiters)", tag); in sema_test_signal()
/Zephyr-latest/tests/drivers/coredump/coredump_api/boards/
Dacrn_ehl_crb.conf1 # Give 1 second delay when running on ACRN.
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst94 …semaphore.give.immediate.kernel - Give a semaphore (no waiters) : …
97 …semaphore.give.wake+ctx.k_to_k - Give a semaphore (context switch) : …
147 …semaphore.give.immediate.kernel - Give a semaphore (no waiters) : …
150 …semaphore.give.wake+ctx.k_to_k - Give a semaphore (context switch) : …
204 …semaphore.give.immediate.kernel - Give a semaphore (no waiters) : …
207 …semaphore.give.wake+ctx.k_to_k - Give a semaphore (context switch) : …
316 …semaphore.give.immediate.kernel - Give a semaphore (no waiters) : …
318 …semaphore.give.immediate.user - Give a semaphore (no waiters) : …
321 …semaphore.give.wake+ctx.k_to_k - Give a semaphore (context switch) : …
323 …semaphore.give.wake+ctx.u_to_k - Give a semaphore (context switch) : …
[all …]
/Zephyr-latest/subsys/sensing/
DKconfig61 Ring buffer data is stored by runtime thread, and then give semaphore
64 soon as runtime thread give semaphore. Take for example, if runtime
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/
Dprj.conf8 # Enable test clock out in MEC1501 this will give indication in MCHP_060
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/
Dallow-and-blocklist.yaml4 An include must not give both an allowlist and a blocklist.
Dallow-and-blocklist-child.yaml4 An include must not give both an allowlist and a blocklist in a
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/boards/
Db_u585i_iot02a.overlay2 * give a prescaler to the lptim clock : LSE / 16 = 2048Hz
Dnucleo_wb55rg.overlay2 * give a prescaler to the lptim clock : LSE / 32 = 1024Hz
Dnucleo_wba55cg.overlay2 * give a prescaler to the lptim clock : LSE / 32 = 1024Hz
/Zephyr-latest/kernel/
Dsem.c12 * The semaphores are of the 'counting' type, i.e. each 'give' operation will
14 * call initializes the count to 'initial_count'. Following multiple 'give'
102 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_sem, give, sem); in z_impl_k_sem_give()
120 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_sem, give, sem); in z_impl_k_sem_give()
/Zephyr-latest/dts/bindings/rng/
Despressif,esp32-trng.yaml8 disabled, the random number generator will give out pseudo-random numbers.
/Zephyr-latest/dts/bindings/usb/
Dusb-ep.yaml4 # Common fields that give the number of endpoints supported by the USB hardware
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.dw29 Give a name for the instance of Designware Interrupt Controller
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcdb.h196 * will not give a valid value since the key is hidden in the library.
209 * will not give a valid value since the key is hidden in the library.
294 * will not give a valid value since the key is hidden in the library.
311 * will not give a valid value since the key is hidden in the library.
367 * will not give a valid value since the key is hidden in the library.
383 * will not give a valid value since the key is hidden in the library.
/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_priority_scheduling.c49 /* Release CPU and give chance to Ztest thread to run */ in thread_tslice()
92 /* Delay to give chance to last thread to run */ in ZTEST()
/Zephyr-latest/boards/arduino/opta/
Dboard.cmake15 # Give priority to dfu-util to flash, ST-Link to debug.
/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub_backend.h24 * give the opportunity to the backend initialize properly.
/Zephyr-latest/tests/kernel/sched/metairq/src/
Dmain.c75 printk("give sem2\n"); in metairq_thread()
80 printk("give sem1\n"); in metairq_thread()
198 * Below sleep ensures the ztest thread relinquish the cpu and give in ZTEST()
/Zephyr-latest/samples/boards/st/uart/single_wire/src/
Dmain.c31 /* give the uarts some time to get the data through */ in main()
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld27 second argument below, but to give the user a good error message
/Zephyr-latest/tests/kernel/semaphore/semaphore/src/
Dmain.c369 /**TESTPOINT: sem count get after give*/ in ZTEST_USER()
377 /**TESTPOINT: semaphore give above limit*/ in ZTEST_USER()
388 * - Give the semaphore from an ISR
416 * - Give the semaphore from a thread
507 * - Create a new thread, it will give semaphore.
521 /* create a new thread, it will give semaphore */ in ZTEST_USER()
542 * - Create a new thread, it will give semaphore.
746 * - Give the semaphore by a thread and verify the semaphore's count is
762 /* Give the semaphore by a thread and verify the semaphore's in ZTEST_USER()
799 * @brief Test semaphore give and take and its count from ISR
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dambiq,apollo3-pinctrl.yaml115 information and config the pins accordingly, we give a default value
125 information and config the pins accordingly, we give a default value

12345678910>>...14