RTEMS | Reformat cpukit score src thread (!238)
Gedare Bloom (@gedare)
gitlab at rtems.org
Tue Sep 24 00:05:35 UTC 2024
Gedare Bloom started a new discussion on cpukit/score/src/threaddispatch.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/238#note_112467
>
> _Scheduler_Acquire_critical( pinned_scheduler, &scheduler_lock_context );
>
> - ( *pinned_scheduler->Operations.pin )(
> - pinned_scheduler,
> - executing,
> - pinned_node,
> - cpu_self
> - );
> + ( *pinned_scheduler->Operations
> + .pin )( pinned_scheduler, executing, pinned_node, cpu_self );
this is not desirable. I'll see if I can find out what's going on with it.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/238#note_112467
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/20240924/7b84fcbb/attachment-0001.htm>
More information about the bugs
mailing list