Home
last modified time | relevance | path

Searched full:released (Results 1 – 25 of 228) sorted by relevance

12345678910

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dmutex.c73 zassert_true(status == osErrorResource, "Mutex released unexpectedly!"); in ZTEST()
98 /* Try to release mutex that was already released */ in ZTEST()
100 zassert_true(status == osErrorResource, "Mutex released unexpectedly!"); in ZTEST()
114 /* Mutex cannot be acquired/released here as it is still held in tThread_entry_lock_timeout()
124 zassert_true(status == osErrorResource, "Mutex unexpectedly released"); in tThread_entry_lock_timeout()
130 /* This delay ensures that the mutex gets released by the other in tThread_entry_lock_timeout()
Dsemaphore.c29 /* This delay ensures that the semaphore gets released by the other in thread_sema()
46 "Semaphore released unexpectedly!"); in thread_sema()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dmutex.c64 zassert_true(status == osErrorResource, "Mutex released unexpectedly!"); in ZTEST()
80 /* Try to release mutex that was already released */ in ZTEST()
82 zassert_true(status == osErrorResource, "Mutex released unexpectedly!"); in ZTEST()
108 zassert_true(status == osErrorResource, "Mutex unexpectedly released"); in tThread_entry_lock_timeout()
110 /* This delay ensures that the mutex gets released by the other in tThread_entry_lock_timeout()
Dsemaphore.c29 /* This delay ensures that the semaphore gets released by the other in thread_sema()
45 "Semaphore released unexpectedly!"); in thread_sema()
/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c258 const nrfx_i2s_buffers_t *released, uint32_t status) in data_handler() argument
269 * buffer that were to be transferred is released by the in data_handler()
272 * below, just as any other TX buffer released by the in data_handler()
274 * released this way, for example, when the transfer in data_handler()
279 if (drv_data->last_tx_buffer != released->p_tx_buffer) { in data_handler()
291 if (released == NULL) { in data_handler()
293 * were not supplied and the previous ones cannot be released in data_handler()
296 * buffers will be released after the transfer actually stops). in data_handler()
306 if (released->p_rx_buffer) { in data_handler()
308 free_rx_buffer(drv_data, released->p_rx_buffer); in data_handler()
[all …]
/Zephyr-latest/tests/drivers/clock_control/nrf_onoff_and_bt/src/
Dmain.c89 * In thread context clock is requested and released through standard onoff
90 * API and in the timeout handler it is requested and released using API
177 * In thread context clock is requested and released through API
179 * requested and released using standard onoffAPI .
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor.h62 * Notify about a released stream
66 * @param cap_stream Pointer to the stream that was released
/Zephyr-latest/drivers/clock_control/
Dnrf_clock_calibration.c29 * In order to ensure that low frequency clock is not released when calibration
30 * is ongoing, it is requested by the calibration process and released when
147 * that it is not released while calibration process in ongoing. in start_cal_process()
149 * will be released at the end of calibration process and in start_cal_process()
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_emul.h95 * @brief Configures if rx buffer should be released on timeout, even when only partially filled.
98 * @param release_on_timeout When true, buffer will be released on timeout
/Zephyr-latest/kernel/include/
Dkswap.h22 /* In SMP, the irq_lock() is a spinlock which is implicitly released
35 * (!!) to have released the lock and be on a path where it will
49 * treat this because the scheduler lock can't be released by the
160 * is released! in do_swap()
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst68 stream released
101 stream released
/Zephyr-latest/tests/kernel/mem_protect/obj_validation/src/
Dmain.c161 * If no threads have access to an object, the object's memory released.
181 /* check object was released, when no threads have access to it */ in ZTEST()
183 zassert_true(ret == -EBADF, "Dynamic kernel object not released"); in ZTEST()
/Zephyr-latest/drivers/sensor/adi/adt7310/
DKconfig56 another thread until execution is released.
/Zephyr-latest/samples/boards/nordic/clock_control/
Dsample.yaml10 - "clock spec request released"
/Zephyr-latest/drivers/can/
DKconfig.mcp251xfd46 another thread until execution is released.
/Zephyr-latest/include/zephyr/
Dspinlock.h60 * Spinlock is released by atomic increment of the FIFO head
165 * released.
180 * lock is released.
247 * - spinlock needs to be taken and released 0xffff_..._ffff times and in k_spin_trylock()
399 * the lock before executing the code block. The lock will be released either
431 * goto or return statement, the spinlock will not be released on exit.
/Zephyr-latest/doc/releases/
Dindex.rst8 the Zephyr project are released approximately every four months.
11 to use a released version of the Zephyr project, it is recommended that you use
37 main tree for at least 2.5 years after it was released.
/Zephyr-latest/include/zephyr/modem/
Dcmux.h271 * @note The bus pipe must be released using modem_cmux_release() after disconnecting
283 * @note The bus pipe must be released using modem_cmux_release() after disconnecting
296 * @note The bus pipe can be used directly again after CMUX instance is released.
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst35 #. Re-acquires the mutex previously released.
85 * blocked, the mutex is released, then re-acquired before this
/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/
Dthread_12.c40 /* Wait for private mutex to be released */ in thread_12()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dcsip_set_member.c28 printk("Client %p %s the lock\n", conn, locked ? "locked" : "released"); in csip_lock_changed_cb()
/Zephyr-latest/tests/subsys/mem_mgmt/mem_attr_heap/src/
Dmain.c121 * Check if the memory is correctly released and can be reused in ZTEST()
127 zassert_equal_ptr(old_block, block, "Memory not correctly released"); in ZTEST()
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dcsip_set_member.c24 printk("Client %p %s the lock\n", conn, locked ? "locked" : "released"); in csip_lock_changed_cb()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcsip.rst130 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was released
132 <dbg> bt_csip_set_coordinator.notify_func: Instance 0 lock was released
133 Set released
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dbap_stream.c53 mock_bap_stream_ops.released = mock_bap_stream_released_cb; in mock_bap_stream_init()

12345678910