Home
last modified time | relevance | path

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

/bsp/phytium/aarch32/applications/
A Dmain.c21 #define ASSERT_STATIC(expression) \ macro
24 #define ASSERT_STATIC(expression) \ macro
29 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 */
/bsp/phytium/aarch64/applications/
A Dmain.c22 #define ASSERT_STATIC(expression) \ macro
27 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