Replies: 1 comment 3 replies
-
If you are using the provided OSAL layer, apps are spawned using POSIX threads. See https://github.com/nasa/osal/blob/1a8823f2dc93da2bcb3696c92c7aee4f512ed4f7/src/os/posix/src/os-impl-tasks.c#L450 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have about 10 custom apps under Linux. Does the CFE spawn my apps into individual processes (with separate memory region) or are they threads of a single process? Thanks
Beta Was this translation helpful? Give feedback.
All reactions