Home
last modified time | relevance | path

Searched defs:pthr (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/realtime/func/pi-tests/
Dtestpi-1.c83 struct thread *pthr = (struct thread *)arg; in func_nonrt() local
113 struct thread *pthr = (struct thread *)arg; in func_rt() local
141 struct thread *pthr = (struct thread *)arg; in func_noise() local
Dtestpi-4.c84 struct thread *pthr = (struct thread *)arg; in func_nonrt() local
115 struct thread *pthr = (struct thread *)arg; in func_rt() local
143 struct thread *pthr = (struct thread *)arg; in func_noise() local
Dtestpi-2.c85 struct thread *pthr = (struct thread *)arg; in func_lowrt() local
115 struct thread *pthr = (struct thread *)arg; in func_rt() local
143 struct thread *pthr = (struct thread *)arg; in func_noise() local
/external/ltp/testcases/realtime/func/thread_clock/
Dtc-2.c91 struct thread *pthr = (struct thread *)arg; in workerthread() local
113 struct thread *pthr = (struct thread *)arg; in sleeperthread() local
/external/ltp/testcases/realtime/stress/pi-tests/
Dtestpi-3.c100 Thread *pthr = (Thread *) arg; in func_nonrt() local
149 Thread *pthr = (Thread *) arg; in func_rt() local
205 Thread *pthr = (Thread *) arg; in func_noise() local
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc213 void __tsan_go_start(ThreadState *parent, ThreadState **pthr, void *pc) { in __tsan_go_start()