You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be helpful for the pthread name to match the CFE task name in the underlying OS on POSIX platforms. This would allow for a better user experience when debugging CFE applications using Linux based utilities i.e. strace, htop, etc.
Describe the solution you'd like
This can be accomplished by using the pthread_setname_np function in the OS_Posix_InternalTaskCreate_Impl function. Since this is a non-posix function, each BSP can specify the availability of this function through a #define in osconfig.h