HomeSort by relevance Sort by last modified time
    Searched defs:pthr (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/realtime/func/pi-tests/
testpi-1.c 83 struct thread *pthr = (struct thread *)arg; local
87 pthr->priority);
90 tid, pthr->policy, pthr->priority);
102 tid, i, pthr->policy, pthr->priority);
113 struct thread *pthr = (struct thread *)arg; local
116 printf("Thread %d started running with prio %d\n", tid, pthr->priority);
120 tid, pthr->policy, pthr->priority)
141 struct thread *pthr = (struct thread *)arg; local
    [all...]
testpi-2.c 85 struct thread *pthr = (struct thread *)arg; local
89 pthr->priority);
92 tid, pthr->policy, pthr->priority);
104 tid, i, pthr->policy, pthr->priority);
115 struct thread *pthr = (struct thread *)arg; local
118 printf("Thread %d started running with prio %d\n", tid, pthr->priority);
122 tid, pthr->policy, pthr->priority)
143 struct thread *pthr = (struct thread *)arg; local
    [all...]
testpi-4.c 84 struct thread *pthr = (struct thread *)arg; local
88 pthr->priority);
91 tid, pthr->policy, pthr->priority);
104 tid, i, pthr->policy, pthr->priority);
115 struct thread *pthr = (struct thread *)arg; local
118 printf("Thread %d started running with prio %d\n", tid, pthr->priority);
122 tid, pthr->policy, pthr->priority)
143 struct thread *pthr = (struct thread *)arg; local
    [all...]
  /external/ltp/testcases/realtime/func/thread_clock/
tc-2.c 91 struct thread *pthr = (struct thread *)arg; local
92 int tid = (int)(long)pthr->arg;
113 struct thread *pthr = (struct thread *)arg; local
114 int tid = (int)(long)pthr->arg;
  /external/ltp/testcases/realtime/stress/pi-tests/
testpi-3.c 100 Thread *pthr = (Thread *) arg; local
115 printf("Thread started %d on CPU %ld\n", pthr->priority,
117 pthread_getschedparam(pthr->pthread, &policy, &schedp);
118 printf("Thread running %d\n", pthr->priority);
124 pthr->priority, policy, schedp.sched_priority);
131 "pri %d\n", tid, pthr->priority, i,
135 pthr->id++;
137 pthread_mutex_lock(&(pthr->mutex));
138 pthread_mutex_unlock(&(pthr->mutex));
149 Thread *pthr = (Thread *) arg local
205 Thread *pthr = (Thread *) arg; local
    [all...]

Completed in 747 milliseconds