Lines Matching full:then

122  * is created using xSemaphoreCreateBinary() then the required memory is
125 * is created using xSemaphoreCreateBinaryStatic() then the application writer
185 * is created using xSemaphoreCreateBinary() then the required memory is
188 * is created using xSemaphoreCreateBinaryStatic() then the application writer
200 * which will then be used to hold the semaphore's data structure, removing the
203 * @return If the semaphore is created then a handle to the created semaphore is
204 * returned. If pxSemaphoreBuffer is NULL then NULL is returned.
321 * if a task successfully 'takes' the same mutex 5 times then the mutex will
331 * the task already owns the semaphore then xSemaphoreTakeRecursive() will
480 * if a task successfully 'takes' the same mutex 5 times then the mutex will
573 * running task. If xSemaphoreGiveFromISR() sets this value to pdTRUE then
669 * running task. If xSemaphoreTakeFromISR() sets this value to pdTRUE then
688 * using xSemaphoreCreateMutex() then the required memory is automatically
691 * xSemaphoreCreateMutexStatic() then the application writer must provided the
710 * @return If the mutex was successfully created then a handle to the created
712 * data structures then NULL is returned.
749 * using xSemaphoreCreateMutex() then the required memory is automatically
752 * xSemaphoreCreateMutexStatic() then the application writer must provided the
775 * @return If the mutex was successfully created then a handle to the created
776 * mutex is returned. If pxMutexBuffer was NULL then NULL is returned.
813 * created using xSemaphoreCreateRecursiveMutex() then the required memory is
817 * xSemaphoreCreateRecursiveMutexStatic() then the application writer must
829 * if a task successfully 'takes' the same mutex 5 times then the mutex will
882 * created using xSemaphoreCreateRecursiveMutex() then the required memory is
886 * xSemaphoreCreateRecursiveMutexStatic() then the application writer must
898 * if a task successfully 'takes' the same mutex 5 times then the mutex will
914 * which will then be used to hold the recursive mutex's data structure,
917 * @return If the recursive mutex was successfully created then a handle to the
918 * created recursive mutex is returned. If pxMutexBuffer was NULL then NULL is
961 * counting semaphore is created using xSemaphoreCreateCounting() then the
965 * using xSemaphoreCreateCountingStatic() then the application writer can
1043 * counting semaphore is created using xSemaphoreCreateCounting() then the
1047 * using xSemaphoreCreateCountingStatic() then the application writer must
1080 * which will then be used to hold the semaphore's data structure, removing the
1083 * @return If the counting semaphore was successfully created then a handle to
1085 * then NULL is returned.
1171 * If the semaphore is a counting semaphore then uxSemaphoreGetCount() returns
1172 * its current count value. If the semaphore is a binary semaphore then
1185 * If the semaphore is a counting semaphore then uxSemaphoreGetCountFromISR() returns
1186 * its current count value. If the semaphore is a binary semaphore then