/Zephyr-latest/cmake/toolchain/llvm/ |
D | clang_libgcc.cfg | 3 # 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/ |
D | main.cpp | 33 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/ |
D | sema_test_signal_release.c | 11 * 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/ |
D | acrn_ehl_crb.conf | 1 # Give 1 second delay when running on ACRN.
|
/Zephyr-latest/tests/benchmarks/latency_measure/ |
D | README.rst | 94 …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/ |
D | Kconfig | 61 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/ |
D | prj.conf | 8 # Enable test clock out in MEC1501 this will give indication in MCHP_060
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/ |
D | allow-and-blocklist.yaml | 4 An include must not give both an allowlist and a blocklist.
|
D | allow-and-blocklist-child.yaml | 4 An include must not give both an allowlist and a blocklist in a
|
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/boards/ |
D | b_u585i_iot02a.overlay | 2 * give a prescaler to the lptim clock : LSE / 16 = 2048Hz
|
D | nucleo_wb55rg.overlay | 2 * give a prescaler to the lptim clock : LSE / 32 = 1024Hz
|
D | nucleo_wba55cg.overlay | 2 * give a prescaler to the lptim clock : LSE / 32 = 1024Hz
|
/Zephyr-latest/kernel/ |
D | sem.c | 12 * 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/ |
D | espressif,esp32-trng.yaml | 8 disabled, the random number generator will give out pseudo-random numbers.
|
/Zephyr-latest/dts/bindings/usb/ |
D | usb-ep.yaml | 4 # Common fields that give the number of endpoints supported by the USB hardware
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.dw | 29 Give a name for the instance of Designware Interrupt Controller
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cdb.h | 196 * 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/ |
D | test_priority_scheduling.c | 49 /* 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/ |
D | board.cmake | 15 # Give priority to dfu-util to flash, ST-Link to debug.
|
/Zephyr-latest/subsys/debug/gdbstub/ |
D | gdbstub_backend.h | 24 * give the opportunity to the backend initialize properly.
|
/Zephyr-latest/tests/kernel/sched/metairq/src/ |
D | main.c | 75 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/ |
D | main.c | 31 /* give the uarts some time to get the data through */ in main()
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-text.ld | 27 second argument below, but to give the user a good error message
|
/Zephyr-latest/tests/kernel/semaphore/semaphore/src/ |
D | main.c | 369 /**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/ |
D | ambiq,apollo3-pinctrl.yaml | 115 information and config the pins accordingly, we give a default value 125 information and config the pins accordingly, we give a default value
|