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.c93 void *rc_p; in test_preempt_fpu() local
94 pthread_join(tids[i], &rc_p); in test_preempt_fpu()
100 if ((long) rc_p) in test_preempt_fpu()
102 FAIL_IF((long) rc_p); in test_preempt_fpu()
Dvmx_preempt.c93 void *rc_p; in test_preempt_vmx() local
94 pthread_join(tids[i], &rc_p); in test_preempt_vmx()
100 if ((long) rc_p) in test_preempt_vmx()
102 FAIL_IF((long) rc_p); in test_preempt_vmx()
Dfpu_signal.c82 void *rc_p; in test_signal_fpu() local
114 pthread_join(tids[i], &rc_p); in test_signal_fpu()
120 if ((long) rc_p || bad_context) in test_signal_fpu()
124 FAIL_IF((long) rc_p || bad_context); in test_signal_fpu()
Dvsx_preempt.c128 void *rc_p; in test_preempt_vsx() local
129 pthread_join(tids[i], &rc_p); in test_preempt_vsx()
135 if ((long) rc_p) in test_preempt_vsx()
137 FAIL_IF((long) rc_p); in test_preempt_vsx()
Dvmx_signal.c100 void *rc_p; in test_signal_vmx() local
135 pthread_join(tids[i], &rc_p); in test_signal_vmx()
141 if ((long) rc_p || bad_context) in test_signal_vmx()
145 FAIL_IF((long) rc_p || bad_context); in test_signal_vmx()