Searched refs:rc_p (Results 1 – 5 of 5) sorted by relevance
90 void *rc_p; in test_preempt_fpu() local91 pthread_join(tids[i], &rc_p); in test_preempt_fpu()97 if ((long) rc_p) in test_preempt_fpu()99 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()
78 void *rc_p; in test_signal_fpu() local110 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()
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()