SOPC_ReturnStatus SOPC_Thread_Create(SOPC_Thread *thread, void *(*startFct)(void *), void *startArgs, const char *taskName)
Function to create a thread.
SOPC_ReturnStatus SOPC_Thread_CreatePrioritized(SOPC_Thread *thread, void *(*startFct)(void *), void *startArgs, int priority, const char *taskName)
Function to create a high priority thread.