We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. OS_TaskCreate_Impl for RTEMS now adds task names here (as of #1407):
OS_TaskCreate_Impl
osal/src/os/rtems/src/os-impl-tasks.c
Line 132 in b5dd01c
But OS_ConsoleCreate_Impl and OS_TimeBaseCreate_Impl call rtems_task_create directly and don't set the posix task name:
OS_ConsoleCreate_Impl
OS_TimeBaseCreate_Impl
rtems_task_create
osal/src/os/rtems/src/os-impl-console.c
Lines 159 to 161 in b5dd01c
osal/src/os/rtems/src/os-impl-timebase.c
Lines 378 to 380 in b5dd01c
This results in the names showing up as blank when reported by cpuuse.
cpuuse
Describe the solution you'd like Set posix task names
Describe alternatives you've considered None
Additional context None
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Merge pull request #1422 from skliper:fix1421-rtems_internal_task_names
0978766
Fix #1421, Add RTEMS console and timebase posix task names
6aa98da
skliper
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
OS_TaskCreate_Impl
for RTEMS now adds task names here (as of #1407):osal/src/os/rtems/src/os-impl-tasks.c
Line 132 in b5dd01c
But
OS_ConsoleCreate_Impl
andOS_TimeBaseCreate_Impl
callrtems_task_create
directly and don't set the posix task name:osal/src/os/rtems/src/os-impl-console.c
Lines 159 to 161 in b5dd01c
osal/src/os/rtems/src/os-impl-timebase.c
Lines 378 to 380 in b5dd01c
This results in the names showing up as blank when reported by
cpuuse
.Describe the solution you'd like
Set posix task names
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: