Home
last modified time | relevance | path

Searched refs:PW_THREAD_THREADX_CONFIG_MIN_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dconfig.h50 #ifndef PW_THREAD_THREADX_CONFIG_MIN_PRIORITY
51 #define PW_THREAD_THREADX_CONFIG_MIN_PRIORITY TX_MAX_PRIORITIES - 1 macro
58 PW_THREAD_THREADX_CONFIG_MIN_PRIORITY
69 inline constexpr UINT kMinimumPriority = PW_THREAD_THREADX_CONFIG_MIN_PRIORITY;
Doptions.h65 PW_DASSERT(priority <= PW_THREAD_THREADX_CONFIG_MIN_PRIORITY); in set_priority()
90 PW_DASSERT(preemption_threshold < PW_THREAD_THREADX_CONFIG_MIN_PRIORITY); in set_preemption_threshold()