Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/math/
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()
Dvmx_preempt.c89 void *rc_p; in test_preempt_vmx() local
90 pthread_join(tids[i], &rc_p); in test_preempt_vmx()
96 if ((long) rc_p) in test_preempt_vmx()
98 FAIL_IF((long) rc_p); in test_preempt_vmx()
Dvsx_preempt.c124 void *rc_p; in test_preempt_vsx() local
125 pthread_join(tids[i], &rc_p); in test_preempt_vsx()
131 if ((long) rc_p) in test_preempt_vsx()
133 FAIL_IF((long) rc_p); in test_preempt_vsx()
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()
Dvmx_signal.c96 void *rc_p; in test_signal_vmx() local
131 pthread_join(tids[i], &rc_p); in test_signal_vmx()
137 if ((long) rc_p || bad_context) in test_signal_vmx()
141 FAIL_IF((long) rc_p || bad_context); in test_signal_vmx()