Searched refs:thread_priorities (Results 1 – 1 of 1) sorted by relevance
208 static const uint8_t thread_priorities[] = { in tx_tc2thread() local215 NET_ASSERT(tc < ARRAY_SIZE(thread_priorities)); in tx_tc2thread()217 return thread_priorities[tc]; in tx_tc2thread()225 static const uint8_t thread_priorities[] = { in rx_tc2thread() local232 NET_ASSERT(tc < ARRAY_SIZE(thread_priorities)); in rx_tc2thread()234 return thread_priorities[tc]; in rx_tc2thread()