25#ifndef SOPC_ZEPHYR_P_THREADS_H_
26#define SOPC_ZEPHYR_P_THREADS_H_
Definition p_sopc_threads.h:42
bool P_THREAD_Destroy(SOPC_Thread *ppHandle)
Join and destroy a thread.
SOPC_Thread P_THREAD_Create(ptrFct *callback, void *pCtx, const char *taskName, const int priority)
Create an handle of a thread and initialize it.
void * ptrFct(void *pCtx)
Implementation of SOPC threads in scope of ZEPHYR OS.
Definition p_sopc_threads.h:32