Searched full:cancellation (Results 1 – 25 of 47) sorted by relevance
12
47 # eventfd for server cancellation, and there are no cancellation sockets54 # eventfd for cancellation: 1
6 # Additionally, upstream Apache Thrift uses socketpair for cancellation rather16 # socketpairs for cancellation (accept, client, server): 6
60 * cancel the request and issues a release if cancellation fails because67 * @retval ONOFF_STATE_TO_ON if the cancellation occurred before the transition69 * @retval ONOFF_STATE_ON if the cancellation occurred after the transition
24 Set to enable the offset cancellation. Otherwise it would be
83 sunlight-cancellation:86 Activate sunlight cancellation.
41 cancellation returns. Checking of return values on cancellation is still194 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 was335 confirm completion of an ISR-initiated cancellation.452 cancelled. Generally this is acceptable, since the cancellation will complete464 the cancellation and avoid the cancelled work item being submitted again after477 * Asynchronous cancellation (:c:func:`k_work_cancel` or521 rather than having to deal with cancellation and cleanup at points where items
22 * offset cancellation is on. But in the single mode the ODR is not dependent on237 * 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()
393 * of the cancellation, if the cancellation succeeds. On successful394 * cancellation ownership of @c *cli reverts to the client.397 * notification at the time the cancellation was processed. This415 * issues a release if cancellation fails because the request was425 * @retval ONOFF_STATE_TO_ON if the cancellation occurred before the428 * @retval ONOFF_STATE_ON if the cancellation occurred after the
546 /* 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 has774 /* Cancellation should wait. */ in ZTEST()[all …]
292 * cancel the request and issues a release if cancellation fails because302 * @retval ONOFF_STATE_TO_ON if the cancellation occurred before the transition304 * @retval ONOFF_STATE_ON if the cancellation occurred after the transition
61 * 1. k_sleep() without cancellation65 * 5. k_sleep() - no cancellation exists
64 /* Note: k_usleep(), an implementation detail, is a cancellation point */ in ZTEST()
293 TC_PRINT("Safe clock request cancellation\n"); in ZTEST()302 TC_PRINT("Clock control safe cancellation return value: %d\n", ret); in ZTEST()
50 cancellation has no effect on the in-progress transition.
115 /* Complete cancellation of a work item and unlock held lock.123 * @param work the work structure that has completed cancellation519 /* Complete cancellation necessary, release work lock, and wait if526 * @param canceller state used to synchronize the cancellation687 * with any cancellation and flushing issued while it in work_queue_main()992 /* Full cancellation of a delayable work item.995 * cancellation.
137 /* Tx Buffer Cancellation Request register */143 /* Tx Buffer Cancellation Finished register */149 /* Tx Buffer Cancellation Finished Interrupt Enable register */
27 filtering (Fast Fourier Transform (FFT)) or echo cancellation (Least Mean Square (LMS) filter
99 Testing k_thread_create() without cancellation
140 #define CAVS_L5_ANC BIT(12) /* Active Noise Cancellation */
155 " before cancellation"); in ZTEST()
3483 * pending cancellation. The object must persist until the call returns, and3500 * are rejected until cancellation completes.3502 * If this returns zero cancellation is complete, otherwise something3512 * 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, and3541 * @retval true if work was pending (call had to wait for cancellation of a3859 * pending cancellation. The object must persist until the call returns, and[all …]
118 * the HW thread. sleep() is a cancellation point, so it in nce_terminate()
959 /* 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()
209 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 */
125 Cancellation section in Real Time I/O (RTIO)