Home
last modified time | relevance | path

Searched refs:threads_starting (Results 1 – 15 of 15) sorted by relevance

/tools/testing/selftests/powerpc/math/
A Dfpu_preempt.c35 int threads_starting; variable
38 extern int preempt_fpu(double *darray, int *threads_starting, int *running);
46 rc = preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c()
61 threads_starting = threads; in test_preempt_fpu()
70 while(threads_starting) in test_preempt_fpu()
A Dvmx_preempt.c37 int threads_starting; variable
40 extern int preempt_vmx(vector int *varray, int *threads_starting, int *running);
52 rc = preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c()
70 threads_starting = threads; in test_preempt_vmx()
79 while(threads_starting) in test_preempt_vmx()
A Dvsx_preempt.c43 int threads_starting; variable
46 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running);
84 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c()
102 threads_starting = threads; in test_preempt_vsx()
110 printf("\tWaiting for %d workers to start...", threads_starting); in test_preempt_vsx()
111 while(threads_starting) in test_preempt_vsx()
A Dvmx_signal.c39 int threads_starting; variable
41 extern int preempt_vmx(vector int *varray, int *threads_starting, int *sentinal);
88 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c()
107 threads_starting = threads; in test_signal_vmx()
114 printf("\tWaiting for %d workers to start... %d", threads, threads_starting); in test_signal_vmx()
115 while (threads_starting) { in test_signal_vmx()
118 printf(", %d", threads_starting); in test_signal_vmx()
A Dfpu_signal.c34 int threads_starting; variable
37 extern long preempt_fpu(double *darray, int *threads_starting, int *running);
66 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c()
82 threads_starting = threads; in test_signal_fpu()
90 while (threads_starting) in test_signal_fpu()
A Dvsx_asm.S23 # int preempt_vmx(vector int *varray, int *threads_starting,
25 # On starting will (atomically) decrement threads_starting as a signal
31 std r4,STACK_FRAME_PARAM(1)(sp) # int *threads_starting
A Dvmx_asm.S112 # int preempt_vmx(vector int *varray, int *threads_starting, int *running)
113 # On starting will (atomically) decrement threads_starting as a signal that
119 std r4,STACK_FRAME_PARAM(1)(sp) # int *threads_starting
A Dfpu_asm.S139 std r4,STACK_FRAME_PARAM(1)(sp) # int *threads_starting
/tools/perf/bench/
A Dfutex-lock-pi.c39 static unsigned int threads_starting; variable
91 threads_starting--; in workerfn()
92 if (!threads_starting) in workerfn()
131 threads_starting = params.nthreads; in create_threads()
211 threads_starting = params.nthreads; in bench_futex_lock_pi()
217 while (threads_starting) in bench_futex_lock_pi()
A Dfutex-wake.c41 static unsigned int threads_starting; variable
72 threads_starting--; in workerfn()
73 if (!threads_starting) in workerfn()
107 threads_starting = params.nthreads; in block_threads()
199 while (threads_starting) in bench_futex_wake()
A Dfutex-hash.c40 static unsigned int threads_starting; variable
81 threads_starting--; in workerfn()
82 if (!threads_starting) in workerfn()
178 threads_starting = params.nthreads; in bench_futex_hash()
213 while (threads_starting) in bench_futex_hash()
A Dfutex-requeue.c41 static unsigned int threads_starting; variable
90 threads_starting--; in workerfn()
91 if (!threads_starting) in workerfn()
134 threads_starting = params.nthreads; in block_threads()
232 while (threads_starting) in bench_futex_requeue()
A Dfutex-wake-parallel.c57 static unsigned int threads_starting; variable
136 threads_starting--; in blocked_workerfn()
137 if (!threads_starting) in blocked_workerfn()
158 threads_starting = params.nthreads; in block_threads()
322 while (threads_starting) in bench_futex_wake_parallel()
A Depoll-ctl.c63 static unsigned int threads_starting; variable
179 threads_starting--; in workerfn()
180 if (!threads_starting) in workerfn()
375 threads_starting = nthreads; in bench_epoll_ctl()
382 while (threads_starting) in bench_epoll_ctl()
A Depoll-wait.c114 static unsigned int threads_starting; variable
194 threads_starting--; in workerfn()
195 if (!threads_starting) in workerfn()
498 threads_starting = nthreads; in bench_epoll_wait()
505 while (threads_starting) in bench_epoll_wait()

Completed in 19 milliseconds