6#ifndef PLATFORM_THREADS_H
7#define PLATFORM_THREADS_H
21#define SCHED_NOTIFY_TIMER (1 << 0)
35 extern const uint32_t sunset_taskName;
48 extern void start_thread(
taskfunc_t taskFunction,
const uint32_t taskName,
const int priority,
const int stackSize);
58 const uint32_t taskName,
89 extern void notify_thread(
const uint32_t taskName,
int wakeUpEvent);
99 extern void get_thread_debug(
char* textBuff);
Program scope.
Definition: control_fixed_modes.hpp:12