Home
last modified time | relevance | path

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

/tools/testing/selftests/powerpc/math/
Dfpu_preempt.c37 int threads_starting; variable
40 extern int preempt_fpu(double *darray, int *threads_starting, int *running);
51 rc = preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c()
66 threads_starting = threads; in test_preempt_fpu()
75 while(threads_starting) in test_preempt_fpu()
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()
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()
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()
Dfpu_signal.c35 int threads_starting; variable
38 extern long preempt_fpu(double *darray, int *threads_starting, int *running);
70 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c()
86 threads_starting = threads; in test_signal_fpu()
94 while (threads_starting) in test_signal_fpu()
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
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
Dfpu_asm.S104 std r4,STACK_FRAME_PARAM(1)(sp) # int *threads_starting
/tools/perf/bench/
Dfutex-wake.c40 static unsigned int threads_starting; variable
69 threads_starting--; in workerfn()
70 if (!threads_starting) in workerfn()
103 threads_starting = params.nthreads; in block_threads()
184 while (threads_starting) in bench_futex_wake()
Dfutex-lock-pi.c38 static unsigned int threads_starting; variable
87 threads_starting--; in workerfn()
88 if (!threads_starting) in workerfn()
126 threads_starting = params.nthreads; in create_threads()
193 threads_starting = params.nthreads; in bench_futex_lock_pi()
201 while (threads_starting) in bench_futex_lock_pi()
Dfutex-hash.c38 static unsigned int threads_starting; variable
77 threads_starting--; in workerfn()
78 if (!threads_starting) in workerfn()
170 threads_starting = params.nthreads; in bench_futex_hash()
195 while (threads_starting) in bench_futex_hash()
Dfutex-requeue.c40 static unsigned int threads_starting; variable
86 threads_starting--; in workerfn()
87 if (!threads_starting) in workerfn()
129 threads_starting = params.nthreads; in block_threads()
214 while (threads_starting) in bench_futex_requeue()
Dfutex-wake-parallel.c56 static unsigned int threads_starting; variable
129 threads_starting--; in blocked_workerfn()
130 if (!threads_starting) in blocked_workerfn()
150 threads_starting = params.nthreads; in block_threads()
300 while (threads_starting) in bench_futex_wake_parallel()
Depoll-ctl.c62 static unsigned int threads_starting; variable
178 threads_starting--; in workerfn()
179 if (!threads_starting) in workerfn()
361 threads_starting = nthreads; in bench_epoll_ctl()
368 while (threads_starting) in bench_epoll_ctl()
Depoll-wait.c113 static unsigned int threads_starting; variable
193 threads_starting--; in workerfn()
194 if (!threads_starting) in workerfn()
479 threads_starting = nthreads; in bench_epoll_wait()
486 while (threads_starting) in bench_epoll_wait()