Searched refs:ASSERT_STATIC (Results 1 – 2 of 2) sorted by relevance
21 #define ASSERT_STATIC(expression) \ macro24 #define ASSERT_STATIC(expression) \ macro29 ASSERT_STATIC(RT_CPUS_NR == 1U); /* please set RT_CPUS_NR = 1 when SMP off */32 ASSERT_STATIC(RT_CPUS_NR <= 2U); /* use 2 cores at most */34 ASSERT_STATIC(RT_CPUS_NR <= 4U); /* use 4 cores at most */
22 #define ASSERT_STATIC(expression) \ macro27 ASSERT_STATIC(RT_CPUS_NR == 1U); /* please set RT_CPUS_NR = 1 when SMP off */30 ASSERT_STATIC(RT_CPUS_NR <= 2U); /* use 2 cores at most */32 ASSERT_STATIC(RT_CPUS_NR <= 4U); /* use 4 cores at most */34 ASSERT_STATIC(RT_CPUS_NR <= 8U); /* use 4 cores at most */
Completed in 25 milliseconds