You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current QS scheduler runs on POSIX-compliant OSes. To make the QS scheduler run on FlexPRET, we again would need to develop proper bare-metal support. One thing we need to implement in particular is pthread_mutex_t, which is used in the semaphore implementation.
The text was updated successfully, but these errors were encountered:
The current QS scheduler runs on POSIX-compliant OSes. To make the QS scheduler run on FlexPRET, we again would need to develop proper bare-metal support. One thing we need to implement in particular is
pthread_mutex_t
, which is used in the semaphore implementation.The text was updated successfully, but these errors were encountered: