Searched refs:thread_priorities (Results 1 – 1 of 1) sorted by relevance
163 static const uint8_t thread_priorities[] = { in tx_tc2thread() local170 NET_ASSERT(tc < ARRAY_SIZE(thread_priorities)); in tx_tc2thread()172 return thread_priorities[tc]; in tx_tc2thread()180 static const uint8_t thread_priorities[] = { in rx_tc2thread() local187 NET_ASSERT(tc < ARRAY_SIZE(thread_priorities)); in rx_tc2thread()189 return thread_priorities[tc]; in rx_tc2thread()