Lines Matching +full:- +full:c

3  * Copyright (C) 2021 Amazon.com, Inc. or its affiliates.  All Rights Reserved.
5 * SPDX-License-Identifier: MIT
47 * @code{c}
53 * https://www.FreeRTOS.org/RTOS-task-notifications.html
64 * as we don't want to actually store any data - we just want to know if the
77 * @code{c}
109 * @code{c}
118 * https://www.FreeRTOS.org/RTOS-task-notifications.html
147 * @code{c}
172 * @code{c}
181 * https://www.FreeRTOS.org/RTOS-task-notifications.html
207 * @code{c}
233 * @code{c}
244 * @param xSemaphore A handle to the semaphore being taken - obtained when
257 * @code{c}
302 * @code{c}
338 * @code{c}
399 * @code{c}
418 * no space on the queue to post a message - indicating that the
422 * @code{c}
438 * // Obtain the semaphore - don't block if the semaphore is not
464 * @code{c}
490 * @code{c}
552 * @code{c}
579 * @code{c}
644 * @code{c}
679 * @code{c}
715 * @code{c}
740 * @code{c}
779 * @code{c}
804 * @code{c}
848 * @code{c}
873 * @code{c}
922 * @code{c}
931 * // the mutexes data structures - so no dynamic memory allocation will be
948 * @code{c}
957 * https://www.FreeRTOS.org/RTOS-task-notifications.html
986 * semaphore - decrementing the semaphore count value. When the count value
988 * resource it 'gives' the semaphore back - incrementing the semaphore count
1002 * @code{c}
1030 * @code{c}
1039 * https://www.FreeRTOS.org/RTOS-task-notifications.html
1067 * semaphore - decrementing the semaphore count value. When the count value
1069 * resource it 'gives' the semaphore back - incrementing the semaphore count
1088 * @code{c}
1117 * @code{c}
1133 * @code{c}
1152 * @code{c}
1167 * @code{c}
1181 * @code{c}
1195 * @code{c}