Home
last modified time | relevance | path

Searched full:successfully (Results 1 – 25 of 28) sorted by relevance

12

/Kernel-v11.1.0/include/
Dtimers.h142 * @return If the timer is successfully created then a handle to the newly
488 * be held in the Blocked state to wait for the start command to be successfully
495 * be returned if the command was successfully sent to the timer command queue.
532 * be held in the Blocked state to wait for the stop command to be successfully
539 * be returned if the command was successfully sent to the timer command queue.
586 * successfully sent to the timer command queue, should the queue already be
592 * pdPASS will be returned if the command was successfully sent to the timer
620 * // The command was successfully sent.
654 * successfully sent to the timer command queue, should the queue already be
660 * be returned if the command was successfully sent to the timer command queue.
[all …]
Dqueue.h111 * @return If the queue is successfully create then a handle to the newly
225 * // The queue is guaranteed to be created successfully as no dynamic memory
295 * @return pdTRUE if the item was successfully posted, otherwise errQUEUE_FULL.
378 * @return pdTRUE if the item was successfully posted, otherwise errQUEUE_FULL.
463 * @return pdTRUE if the item was successfully posted, otherwise errQUEUE_FULL.
636 * @return pdTRUE if the item was successfully posted, otherwise errQUEUE_FULL.
706 * Successfully received items remain on the queue so will be returned again
726 * @return pdTRUE if an item was successfully received from the queue,
805 * Successfully received items remain on the queue so will be returned again
814 * @return pdTRUE if an item was successfully received from the queue,
[all …]
Dsemphr.h88 * // The semaphore was created successfully.
158 * // The semaphore was created successfully.
321 * if a task successfully 'takes' the same mutex 5 times then the mutex will
480 * if a task successfully 'takes' the same mutex 5 times then the mutex will
576 * @return pdTRUE if the semaphore was successfully given, otherwise errQUEUE_FULL.
672 * @return pdTRUE if the semaphore was successfully taken, otherwise
710 * @return If the mutex was successfully created then a handle to the created
726 * // The semaphore was created successfully.
775 * @return If the mutex was successfully created then a handle to the created
829 * if a task successfully 'takes' the same mutex 5 times then the mutex will
[all …]
Dcroutine.h87 * @return pdPASS if the co-routine was successfully created and added to a ready
364 * data was successfully posted onto the queue, otherwise it will be set to an
464 * data was successfully retrieved from the queue, otherwise it will be set to
652 * @return pdTRUE an item was successfully received from the queue, otherwise
676 * // The character was successfully posted to the queue.
Dstream_buffer.h134 * returned indicates that the stream buffer has been created successfully -
158 * // The stream buffer was created successfully and can now be used.
226 * @return If the stream buffer is created successfully then a handle to the
321 * successfully - the returned value should be stored as the handle to the
344 * // The stream batching buffer was created successfully and can now be used.
413 * @return If the stream batching buffer is created successfully then a handle
574 * // successfully write xBytesSent bytes.
Devent_groups.h157 * // Was the event group created successfully?
425 * @return If the request to execute the function was posted successfully then
447 * // The message was posted successfully.
573 * @return If the request to execute the function was posted successfully then
599 * // Was the message posted successfully?
Dmessage_buffer.h128 * returned indicates that the message buffer has been created successfully -
153 * // The message buffer was created successfully and can now be used.
208 * @return If the message buffer is created successfully then a handle to the
Dportable.h156 …uccessfulFrees; /* The number of calls to vPortFree() that has successfully freed a block o…
/Kernel-v11.1.0/.github/workflows/
Dcoverity_scan.yml88 …echo "${COV_SCAN_UPLOAD_STATUS}" | grep -q -e 'Build successfully submitted' || echo >&2 "Error su…
127 …echo "${COV_SCAN_UPLOAD_STATUS}" | grep -q -e 'Build successfully submitted' || echo >&2 "Error su…
/Kernel-v11.1.0/portable/IAR/ARM_CM85/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/ARMv8M/secure/context/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/IAR/ARM_CM23/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/IAR/ARM_CM55/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/GCC/ARM_CM33/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/IAR/ARM_CM33/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/GCC/ARM_CM23/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/GCC/ARM_CM55/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/GCC/ARM_CM85/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/secure/
Dsecure_context.h90 * @return Opaque context handle if context is successfully allocated, NULL
/Kernel-v11.1.0/portable/ThirdParty/GCC/ATmega/
Dreadme.md49 … enable interrupts to be nested. Using this method, I've been able to successfully implement an [A…
/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dportmacro.h263 * pdPASS is returned if the function executes successfully. Any other value
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/
Dportmacro.h278 * pdPASS is returned if the function executes successfully. Any other value
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h194 * @return true if mutex is successfully acquired, false on timeout.
/Kernel-v11.1.0/portable/GCC/TriCore_1782/
Dport.c139 /* Check that we have successfully reserved two CSAs. */ in pxPortInitialiseStack()

12