This website requires JavaScript.
Explore
Help
Sign In
embedded
/
FreeRTOS
Watch
1
Star
0
Fork
0
You've already forked FreeRTOS
mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced
2026-08-08 22:23:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8c8efdcc4e43c6f9720bd7a03f8f16d503bb4fb2
FreeRTOS
/
Source
/
tasks.c
Richard Barry
f052e7c00f
When creating a task - move where the task handle is assigned to the function parameter from after the critical section. This allows the handle to be assigned to a global variable, and the global variable to be access by the task being created should the task being created execute immediately that the critical section is exited.
2010-09-21 21:10:41 +00:00
72 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink