Home
last modified time | relevance | path

Searched refs:thread_inc (Results 1 – 3 of 3) sorted by relevance

/examples/utest/testcases/kernel/smp/
A Dsmp_bind_affinity_tc.c28 static int thread_inc[RT_CPUS_NR] = {0}; variable
43 thread_inc[para]++; in thread_entry()
49 uassert_int_equal(thread_inc[para], thread_tic[para]); in thread_entry()
51 uassert_int_not_equal(thread_inc[para], thread_tic[para]); in thread_entry()
90 …re%d]: [%4d], always run at core%d ? %s \r\n", run_num, j, j, thread_inc[j], j, (thread_inc[j] == … in thread_bind_affinity_tc()
A Dsmp_affinity_pri2_tc.c32 static int thread_inc = 0; variable
48 thread_inc++; in thread_entry()
52 if (thread_inc == run_num) in thread_entry()
A Dsmp_affinity_pri1_tc.c32 static int thread_inc = 0; variable
54 thread_inc++; in thread_entry()
58 if (thread_inc == run_num) in thread_entry()

Completed in 3 milliseconds