Lines Matching full:required
107 …QueuePointers_t xQueue; /**< Data required exclusively when this structure is used as a queue.…
108 …SemaphoreData_t xSemaphore; /**< Data required exclusively when this structure is used as a semaph…
598 * in particular the information required for priority inheritance. */ in prvInitialiseMutex()
699 * not required here. */ in xQueueGetMutexHolderFromISR()
729 * mutual exclusion is required to test the pxMutexHolder variable. */ in xQueueGiveMutexRecursive()
735 * the task handle, therefore no underflow check is required. Also, in xQueueGiveMutexRecursive()
737 * there can only be one, no mutual exclusion is required to modify the in xQueueGiveMutexRecursive()
936 * unblock. A context switch is required. */ in xQueueGenericSend()
1127 * read, instead return a flag to say whether a context switch is required or in xQueueGenericSendFromISR()
1165 * unblock. A context switch is required. */ in xQueueGenericSendFromISR()
1187 * record that a context switch is required. */ in xQueueGenericSendFromISR()
1215 * context switch is required. */ in xQueueGenericSendFromISR()
1270 * read, instead return a flag to say whether a context switch is required or in xQueueGiveFromISR()
1334 * task to unblock. A context switch is required. */ in xQueueGiveFromISR()
1356 * record that a context switch is required. */ in xQueueGiveFromISR()
1384 * context switch is required. */ in xQueueGiveFromISR()
1620 /* Record the information required to implement in xQueueSemaphoreTake()
2266 …ter can only be passed to memcpy() if the copy size is 0. Cast to void required by function signa… in prvCopyDataToQueue()
2280 …exception as the casts are only redundant for some ports. Cast to void required by function signa… in prvCopyDataToQueue()
2335 …inter can only be passed to memcpy() when the count is 0. Cast to void required by function signa… in prvCopyDataFromQueue()
2365 * A context switch is required. */ in prvUnlockQueue()
2383 * context switch is required. */ in prvUnlockQueue()
2406 * a context switch is required. */ in prvUnlockQueue()
2552 * is required to prevent an interrupt removing something from the queue in xQueueCRSend()
2631 * is required to prevent an interrupt adding something to the queue in xQueueCRReceive()