Home
last modified time | relevance | path

Searched refs:rc_p (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/powerpc/math/
A Dfpu_preempt.c89 void *rc_p; in test_preempt_fpu() local
90 pthread_join(tids[i], &rc_p); in test_preempt_fpu()
96 if ((long) rc_p) in test_preempt_fpu()
98 FAIL_IF((long) rc_p); in test_preempt_fpu()
A Dvmx_preempt.c92 void *rc_p; in test_preempt_vmx() local
93 pthread_join(tids[i], &rc_p); in test_preempt_vmx()
99 if ((long) rc_p) in test_preempt_vmx()
101 FAIL_IF((long) rc_p); in test_preempt_vmx()
A Dfpu_signal.c78 void *rc_p; in test_signal_fpu() local
110 pthread_join(tids[i], &rc_p); in test_signal_fpu()
116 if ((long) rc_p || bad_context) in test_signal_fpu()
120 FAIL_IF((long) rc_p || bad_context); in test_signal_fpu()
A Dvsx_preempt.c126 void *rc_p; in test_preempt_vsx() local
127 pthread_join(tids[i], &rc_p); in test_preempt_vsx()
133 if ((long) rc_p) in test_preempt_vsx()
135 FAIL_IF((long) rc_p); in test_preempt_vsx()
A Dvmx_signal.c96 void *rc_p; in test_signal_vmx() local
134 pthread_join(tids[i], &rc_p); in test_signal_vmx()
140 if ((long) rc_p || bad_context) in test_signal_vmx()
144 FAIL_IF((long) rc_p || bad_context); in test_signal_vmx()

Completed in 6 milliseconds