Home
last modified time | relevance | path

Searched refs:cancellation (Results 1 – 11 of 11) sorted by relevance

/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
Dindex.rst73 executing. A cancellation request has no effect if the thread has already
/Zephyr-latest/doc/services/resource_management/
Dindex.rst50 cancellation has no effect on the in-progress transition.
/Zephyr-latest/tests/kernel/context/
DREADME.txt99 Testing k_thread_create() without cancellation
/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/scripts/
Dspelling.txt281 cancelation||cancellation
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst1171 * Added support for deferred and asynchronous thread cancellation.
1180 * Added support for async thread cancellation and ``SIGEV_THREAD``, ``CLOCK_REALTIME``.
Drelease-notes-1.12.rst223 * Fixed handlng of connection cancellation in the controller
Drelease-notes-4.0.rst1551 * Added a number crunching (maths such as FFT, echo cancellation) sample using an optimized
Drelease-notes-2.6.rst309 * Implemented extended connection creation and cancellation.
Drelease-notes-3.3.rst1178 * Removed transfer cancellation on bus suspend.