Searched refs:rc_p (Results 1 – 5 of 5) sorted by relevance
85 void *rc_p; in test_preempt_fpu() local86 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()
94 void *rc_p; in test_preempt_vmx() local95 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()
74 void *rc_p; in test_signal_fpu() local106 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()
126 void *rc_p; in test_preempt_vsx() local127 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()
96 void *rc_p; in test_signal_vmx() local134 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()