pvTaskGetCurrentTCBForCore() function
Get a void pointer to the current TCB of a particular core
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.