Searched refs:thread_inc (Results 1 – 3 of 3) sorted by relevance
28 static int thread_inc[RT_CPUS_NR] = {0}; variable43 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()
32 static int thread_inc = 0; variable48 thread_inc++; in thread_entry()52 if (thread_inc == run_num) in thread_entry()
32 static int thread_inc = 0; variable54 thread_inc++; in thread_entry()58 if (thread_inc == run_num) in thread_entry()
Completed in 3 milliseconds