โŒ About FreshRSS

Normal view

There are new articles available, click to refresh the page.
Before yesterdayChange logs

ada: Remove No_Dynamic_Priorities from Restricted_Tasking

28 November 2023 at 12:00
ada: Remove No_Dynamic_Priorities from Restricted_Tasking

Some of our restricted runtimes support dynamic priorities. The binder
needs to generate code for a restricted runtime even if the restriction
No_Dynamic_Priorities is not in place.

gcc/ada/

	* libgnat/s-rident.ads: Remove No_Dynamic_Priorities from
	Restricted_Tasking.
  • [DBH] gcc/ada/libgnat/s-rident.ads
  • 28 November 2023 at 12:00

ada: Support setting task affinity on QNX

9 August 2023 at 12:57
ada: Support setting task affinity on QNX

QNX does not support setting the thread affinity via a POSIX API.
This implementation uses QNX's native Thread_Ctl API to set the
thread affinity for Ada tasks.

gcc/ada/

	* libgnarl/s-taprop__qnx.adb: Implement Set_Task_Affinity.
  • [DBH] gcc/ada/libgnarl/s-taprop__qnx.adb
  • 9 August 2023 at 12:57
โŒ
โŒ