<div dir="ltr">Got it, thank you.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 14, 2020 at 1:02 AM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">cpukit/include/rtems/rtems/support.h:RTEMS_INLINE_ROUTINE void<br>
rtems_name_to_characters(<br>
<br>
On Thu, Aug 13, 2020 at 1:15 PM Richi Dubey <<a href="mailto:richidubey@gmail.com" target="_blank">richidubey@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> It's hard to find this with the help of cscope and I would appreciate your help in this.<br>
><br>
> Is there a way to print the 'name' in :<br>
> --------------------------------------------------------------<br>
> struct _Scheduler_Control {<br>
>   /**<br>
>    * @brief Reference to a statically allocated scheduler context.<br>
>    */<br>
>   Scheduler_Context *context;<br>
><br>
>   /**<br>
>    * @brief The scheduler operations.<br>
>    */<br>
>   Scheduler_Operations Operations;<br>
><br>
>   /**<br>
>    * @brief The maximum priority value of this scheduler.<br>
>    *<br>
>    * It defines the lowest (least important) thread priority for this<br>
>    * scheduler.  For example the idle threads have this priority.<br>
>    */<br>
>   Priority_Control maximum_priority;<br>
><br>
>   /**<br>
>    * @brief The scheduler name.<br>
>    */<br>
>   uint32_t name;<br>
> ----------------------------------------------------------------------<br>
><br>
> as a string? Is there a function that maps this int to string?<br>
><br>
><br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>