Home
last modified time | relevance | path

Searched full:held (Results 1 – 25 of 96) sorted by relevance

1234

/Zephyr-latest/include/zephyr/
Dspinlock.h163 * trying to acquire a lock already held by another CPU will enter an
286 * lock held.
291 * unlock mis-nested locks, or to unlock locks that are not held, or
311 "Spin lock %p held %u cycles, longer than limit of %u cycles", in k_spin_unlock()
340 * @brief Checks if spinlock is held by some CPU, including the local CPU.
344 * @retval true - if spinlock is held by some CPU; false - otherwise
408 * ...execute statements with the lock held...
415 * ...execute statements with the lock held...
/Zephyr-latest/kernel/
Dwork.c82 * Invoked with work lock held.
97 * Invoked with work lock held.
115 /* Complete cancellation of a work item and unlock held lock.
117 * Invoked with work lock held.
178 * Invoked with work lock held.
203 * Invoked with work lock held.
218 * This may make the work queue thread ready, but as the lock is held it
244 * Invoked with work lock held.
298 * Invoked with work lock held.
426 * Invoked with work lock held by key.
[all …]
Dipi.c25 /* Create a bitmask of CPUs that need an IPI. Note: sched_spinlock is held. */
/Zephyr-latest/dts/bindings/wifi/
Dinfineon,airoc-wifi-spi.yaml15 Select bus mode. This gpio must be held low before
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag_internal.h127 /* Held */
137 /* Call held by Response and Hold */
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/einprogress/src/
Ddut.c42 "ACL buf was destroyed while tester still held a reference"); in bt_testing_trace_event_acl_pool_destroy()
60 __ASSERT(old != 0, "Tester error: releasing a reference that was not held"); in acl_pool_refs_held_remove()
/Zephyr-latest/tests/kernel/spinlock/src/
Dspinlock_error_case.c149 * @brief Test unlocking spinlock held over the time limit
151 * @details Validate unlocking spinlock held past the time limit will trigger
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dmutex.c95 /* Mutex cannot be acquired here as it is still held by the in tThread_entry_lock_timeout()
104 /* At this point, mutex is held by the other thread. in tThread_entry_lock_timeout()
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/
Dprj.conf40 # procedures Rx buffer could be held, preventing new connections to be
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h66 return "locally held"; in bt_tbs_state_str()
68 return "remote held"; in bt_tbs_state_str()
70 return "locally and remotely held"; in bt_tbs_state_str()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_hf.h111 * This callback provides call held indicator value to the application
114 * @param value call held indicator value received from the AG.
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_attestation.h30 * format and is encrypted using the private key held on the SPE.
/Zephyr-latest/include/zephyr/shell/
Dshell_rpmsg.h22 /** Pointer to the data held by RPMsg endpoint */
/Zephyr-latest/include/zephyr/sys/
Dsem.h180 * ...execute statements with the semaphore held...
187 * ...execute statements with the lock held...
/Zephyr-latest/drivers/serial/
DKconfig.native_posix48 When ``--wait_uart`` is used, writes to the UART will be held until a
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_client_test.c531 * 4) Remotely Held in test_main()
533 printk("Waiting for remotely held\n"); in test_main()
543 * 1) Locally and remotely held in test_main()
544 * 2) Locally held in test_main()
/Zephyr-latest/samples/kernel/condition_variables/simple/src/
Dmain.c78 /* we go around the loop with the lock held */ in main()
/Zephyr-latest/lib/posix/options/
Drwlock.c174 * lock held is greater than CONCURRENT_READER_LIMIT.
194 * lock held is greater than CONCURRENT_READER_LIMIT.
227 * lock held is greater than CONCURRENT_READER_LIMIT.
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dconn_wait.c87 /* The mutex must be held duing the initial check loop to buffer in bt_testlib_conn_wait_free()
/Zephyr-latest/scripts/coccinelle/
Dmini_lock.cocci5 /// supposed to exit with the lock held, or where there is some preceding
/Zephyr-latest/samples/boards/espressif/light_sleep/
DREADME.rst44 In the scenario below, the button attached to GPIO0 was pressed and held for
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr_backporting.rst27 …* The fix, done directly to the Zephyr held code of the MCUmgr library, is backported to the ``v2.…
28 …* The fix, ported to the Zephyr held code from the upstream repository, is backported to the ``v2.…
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h56 * The call is connected but held locally. Locally Held implies that either the server or the
61 *The call is connected but held remotely. Remotely Held means that the state is controlled by the
65 /** The call is connected but held both locally and remotely. */
293 * @param call_index The index of the call that will be held.
355 * @brief Notify the server that the remote party held the call.
357 * @param call_index The index of the call that was held.
/Zephyr-latest/samples/bluetooth/handsfree/src/
Dmain.c49 printk("Call Held indicator value: %u\n", value); in call_held()
/Zephyr-latest/dts/bindings/sensor/
Dinvensense,icm42670.yaml156 30 degrees or more held for 4 seconds.

1234