I am activating the tasks in VxWorks via taskActivate(TaskID) systemcall and suspending via taskSuspend(TaskID). For Linux, I am using Posix threads and I could not find any equivalent systemcalls which I want to use to start, suspend or resume the threads.
How can I activate, resume or suspend the tasks in Posix?
Thx in advance!