HomeSort by relevance Sort by last modified time
    Searched refs:busy_threads (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/realtime/func/hrtimer-prio/
hrtimer-prio.c 24 * The busy_threads should run at a priority higher than the system
59 static int busy_threads; variable
96 busy_threads = atoi(v);
131 while (atomic_get(&busy_threads_started) < busy_threads) {
158 busy_threads = 2 * sysconf(_SC_NPROCESSORS_ONLN); // default busy_threads
175 printf("Running with %d busy threads\n", busy_threads);
200 for (b = 0; b < busy_threads; b++) {
  /external/ltp/testcases/realtime/func/prio-preempt/
prio-preempt.c 75 volatile int busy_threads = 0; variable
148 busy_threads++;
256 while (busy_threads < (rt_threads - 1))

Completed in 463 milliseconds