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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
