Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_preempt.c85 void *rc_p; in test_preempt_fpu() local
86 pthread_join(tids[i], &rc_p); in test_preempt_fpu()
92 if ((long) rc_p) in test_preempt_fpu()
94 FAIL_IF((long) rc_p); in test_preempt_fpu()
H A Dvmx_preempt.c94 void *rc_p; in test_preempt_vmx() local
95 pthread_join(tids[i], &rc_p); in test_preempt_vmx()
101 if ((long) rc_p) in test_preempt_vmx()
103 FAIL_IF((long) rc_p); in test_preempt_vmx()
H A Dfpu_signal.c74 void *rc_p; in test_signal_fpu() local
106 pthread_join(tids[i], &rc_p); in test_signal_fpu()
112 if ((long) rc_p || bad_context) in test_signal_fpu()
116 FAIL_IF((long) rc_p || bad_context); in test_signal_fpu()
H 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()
H 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()