Searched full:successfully (Results 1 – 25 of 28) sorted by relevance
12
| /Kernel-v11.0.1/include/ |
| D | timers.h | 142 * @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 …]
|
| D | queue.h | 111 * @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 …]
|
| D | semphr.h | 88 * // 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 …]
|
| D | croutine.h | 87 * @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.
|
| D | event_groups.h | 154 * // Was the event group created successfully? 413 * @return If the request to execute the function was posted successfully then 435 * // The message was posted successfully. 558 * @return If the request to execute the function was posted successfully then 584 * // Was the message posted successfully?
|
| D | stream_buffer.h | 125 * returned indicates that the stream buffer has been created successfully - 149 * // The stream buffer was created successfully and can now be used. 215 * @return If the stream buffer is created successfully then a handle to the 369 * // successfully write xBytesSent bytes.
|
| D | message_buffer.h | 126 * returned indicates that the message buffer has been created successfully - 151 * // The message buffer was created successfully and can now be used. 203 * @return If the message buffer is created successfully then a handle to the
|
| D | portable.h | 152 …uccessfulFrees; /* The number of calls to vPortFree() that has successfully freed a block o…
|
| /Kernel-v11.0.1/.github/workflows/ |
| D | coverity_scan.yml | 88 …echo "${COV_SCAN_UPLOAD_STATUS}" | grep -q -e 'Build successfully submitted' || echo >&2 "Error su…
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM85/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM55/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM85/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM35P/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM23/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM33/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/ARMv8M/secure/context/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM55/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM33/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM35P/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM23/secure/ |
| D | secure_context.h | 90 * @return Opaque context handle if context is successfully allocated, NULL
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/ATmega/ |
| D | readme.md | 49 … enable interrupts to be nested. Using this method, I've been able to successfully implement an [A…
|
| /Kernel-v11.0.1/portable/GCC/MicroBlazeV8/ |
| D | portmacro.h | 263 * pdPASS is returned if the function executes successfully. Any other value
|
| /Kernel-v11.0.1/portable/GCC/MicroBlazeV9/ |
| D | portmacro.h | 268 * pdPASS is returned if the function executes successfully. Any other value
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
| D | portmacro.h | 194 * @return true if mutex is successfully acquired, false on timeout.
|
| /Kernel-v11.0.1/portable/GCC/TriCore_1782/ |
| D | port.c | 139 /* Check that we have successfully reserved two CSAs. */ in pxPortInitialiseStack()
|
12