16#include "pw_thread/internal/priority.h"
17#include "pw_thread_backend/priority.h"
34 thread::internal::Priority<thread::backend::PriorityType,
35 thread::backend::kLowestPriority,
36 thread::backend::kHighestPriority,
37 thread::backend::kDefaultPriority>;
Provides basic helpers for reading and writing UTF-8 encoded strings.
Definition: alignment.h:27
thread::internal::Priority< thread::backend::PriorityType, thread::backend::kLowestPriority, thread::backend::kHighestPriority, thread::backend::kDefaultPriority > ThreadPriority
Definition: priority.h:37