LibBSD | rtemsbsd/rtems: Name legacy tasks with _BSD ID (!144)

Joel Sherrill (@joel) gitlab at rtems.org
Fri May 29 17:09:02 UTC 2026




Joel Sherrill started a new discussion on rtemsbsd/rtems/rtems-legacy-newproc.c: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/144#note_151354

 >    if (sc != RTEMS_SUCCESSFUL)
 >      rtems_panic ("Can't create network daemon `%s': `%s'\n", name, rtems_status_text (sc));
 >  
 > +  /* Record a more detailed thread name */

It is best not to peek behind the APIs. There is _rtems_object_set_name_ and _pthread_setname_np_ which should be appropriate to do this with. I think you want _pthread_setname_np_ which can operate on any type of thread.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/144#note_151354
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260529/d08efe34/attachment.htm>


More information about the bugs mailing list