pvTaskGetCurrentTCBForCore() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

Void pointer to current TCB

Notes

This function provides no guarantee that the return TCB will still be the current task (or that the task still exists) when it returns. It is the caller's responsibility to ensure that the task does not get scheduled or deleted.

References

from examples