Home
last modified time | relevance | path

Searched full:cancellation (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-latest/tests/modules/thrift/ThriftTest/
Dprj.conf47 # eventfd for server cancellation, and there are no cancellation sockets
54 # eventfd for cancellation: 1
Doverlay-tls.conf6 # Additionally, upstream Apache Thrift uses socketpair for cancellation rather
16 # socketpairs for cancellation (accept, client, server): 6
/Zephyr-latest/soc/nordic/common/
Dmram_latency.h60 * cancel the request and issues a release if cancellation fails because
67 * @retval ONOFF_STATE_TO_ON if the cancellation occurred before the transition
69 * @retval ONOFF_STATE_ON if the cancellation occurred after the transition
/Zephyr-latest/dts/bindings/sensor/
Dst,lis2mdl-common.yaml24 Set to enable the offset cancellation. Otherwise it would be
Dvishay,vcnl36825t.yaml83 sunlight-cancellation:
86 Activate sunlight cancellation.
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst41 cancellation returns. Checking of return values on cancellation is still
194 item lifecycle, from submission to work item execution or cancellation.
199 Otherwise the cancellation cannot be performed.
332 the work completes; it will return immediately if the cancellation was
335 confirm completion of an ISR-initiated cancellation.
452 cancelled. Generally this is acceptable, since the cancellation will complete
464 the cancellation and avoid the cancelled work item being submitted again after
477 * Asynchronous cancellation (:c:func:`k_work_cancel` or
521 rather than having to deal with cancellation and cleanup at points where items
/Zephyr-latest/drivers/sensor/st/lis2mdl/
Dlis2mdl.c22 * offset cancellation is on. But in the single mode the ODR is not dependent on
237 * cancellation is enabled in the single mode. Then the in lis2mdl_sample_fetch_mag()
377 /* Set offset cancellation, common for both single and in lis2mdl_init()
395 * the single-mode when offset cancellation is enabled. in lis2mdl_init()
400 LOG_ERR("Set offset cancellation failed"); in lis2mdl_init()
/Zephyr-latest/include/zephyr/sys/
Donoff.h393 * of the cancellation, if the cancellation succeeds. On successful
394 * cancellation ownership of @c *cli reverts to the client.
397 * notification at the time the cancellation was processed. This
415 * issues a release if cancellation fails because the request was
425 * @retval ONOFF_STATE_TO_ON if the cancellation occurred before the
428 * @retval ONOFF_STATE_ON if the cancellation occurred after the
/Zephyr-latest/tests/kernel/workq/work/src/
Dmain.c546 /* Cancellation should complete immediately. */ in ZTEST()
572 /* Cancellation should complete immediately, indicating that in ZTEST()
597 /* Cancellation should complete immediately. */ in ZTEST()
624 /* Cancellation should complete immediately, indicating that in ZTEST()
684 /* Single CPU test cancellation after work starts. */
711 /* Cancellation should not complete. */ in ZTEST()
725 /* Wait for cancellation to complete. */ in ZTEST()
740 /* Post-cancellation should have no flags. */ in ZTEST()
745 /* Single CPU test wait-for-cancellation after the work item has
774 /* Cancellation should wait. */ in ZTEST()
[all …]
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dnrf_clock_control.h292 * cancel the request and issues a release if cancellation fails because
302 * @retval ONOFF_STATE_TO_ON if the cancellation occurred before the transition
304 * @retval ONOFF_STATE_ON if the cancellation occurred after the transition
/Zephyr-latest/tests/kernel/sleep/src/
Dmain.c61 * 1. k_sleep() without cancellation
65 * 5. k_sleep() - no cancellation exists
/Zephyr-latest/tests/posix/common/src/
Dsleep.c64 /* Note: k_usleep(), an implementation detail, is a cancellation point */ in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/
Dmain.c293 TC_PRINT("Safe clock request cancellation\n"); in ZTEST()
302 TC_PRINT("Clock control safe cancellation return value: %d\n", ret); in ZTEST()
/Zephyr-latest/doc/services/resource_management/
Dindex.rst50 cancellation has no effect on the in-progress transition.
/Zephyr-latest/kernel/
Dwork.c115 /* Complete cancellation of a work item and unlock held lock.
123 * @param work the work structure that has completed cancellation
519 /* Complete cancellation necessary, release work lock, and wait if
526 * @param canceller state used to synchronize the cancellation
687 * with any cancellation and flushing issued while it in work_queue_main()
992 /* Full cancellation of a delayable work item.
995 * cancellation.
/Zephyr-latest/drivers/can/
Dcan_stm32_fdcan.c137 /* Tx Buffer Cancellation Request register */
143 /* Tx Buffer Cancellation Finished register */
149 /* Tx Buffer Cancellation Finished Interrupt Enable register */
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/
DREADME.rst27 filtering (Fast Fourier Transform (FFT)) or echo cancellation (Least Mean Square (LMS) filter
/Zephyr-latest/tests/kernel/context/
DREADME.txt99 Testing k_thread_create() without cancellation
/Zephyr-latest/soc/intel/intel_adsp/common/include/
Dcavs-idc.h140 #define CAVS_L5_ANC BIT(12) /* Active Noise Cancellation */
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_threads_cancel_abort.c155 " before cancellation"); in ZTEST()
/Zephyr-latest/include/zephyr/
Dkernel.h3483 * pending cancellation. The object must persist until the call returns, and
3500 * are rejected until cancellation completes.
3502 * If this returns zero cancellation is complete, otherwise something
3512 * cancellation steps performed by this call are completed.
3518 * Same as k_work_cancel() but does not return until cancellation is complete.
3520 * previous cancellation.
3523 * the cancellation was complete.
3535 * pending cancellation. The object must persist until the call returns, and
3541 * @retval true if work was pending (call had to wait for cancellation of a
3859 * pending cancellation. The object must persist until the call returns, and
[all …]
/Zephyr-latest/scripts/native_simulator/common/src/
Dnce.c118 * the HW thread. sleep() is a cancellation point, so it in nce_terminate()
/Zephyr-latest/tests/kernel/context/src/
Dmain.c959 /* test k_thread_create() without cancellation */ in ZTEST()
960 TC_PRINT("Testing k_thread_create() without cancellation\n"); in ZTEST()
988 /* test k_thread_create() with cancellation */ in ZTEST()
/Zephyr-latest/include/zephyr/drivers/
Dtee.h209 uint32_t cancel_id; /**< [in] cancellation id, a unique value to identify this request */
242 uint32_t cancel_id; /**< [in] cancellation id, a unique value to identify this request */
/Zephyr-latest/doc/services/rtio/
Dindex.rst125 Cancellation section in Real Time I/O (RTIO)

12