Home
last modified time | relevance | path

Searched refs:child_ret (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/math/
Dfpu_syscall.c33 int child_ret; in syscall_fpu() local
41 waitpid(fork_pid, &child_ret, 0); in syscall_fpu()
42 if (ret || child_ret) in syscall_fpu()
57 int child_ret; in test_syscall_fpu() local
66 child_ret = ret = 1; in test_syscall_fpu()
70 waitpid(pid2, &child_ret, 0); in test_syscall_fpu()
75 ret |= child_ret; in test_syscall_fpu()
78 waitpid(pid, &child_ret, 0); in test_syscall_fpu()
82 FAIL_IF(ret || child_ret); in test_syscall_fpu()
Dvmx_syscall.c34 int child_ret; in vmx_syscall() local
42 waitpid(fork_pid, &child_ret, 0); in vmx_syscall()
43 if (ret || child_ret) in vmx_syscall()
58 int child_ret; in test_vmx_syscall() local
68 ret = child_ret = 1; in test_vmx_syscall()
71 waitpid(pid2, &child_ret, 0); in test_vmx_syscall()
76 ret |= child_ret; in test_vmx_syscall()
79 waitpid(pid, &child_ret, 0); in test_vmx_syscall()
83 FAIL_IF(ret || child_ret); in test_vmx_syscall()
/Linux-v4.19/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_mismatched_ops.c37 int child_ret = 0; variable
50 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG); in blocking_child()
51 if (child_ret < 0) { in blocking_child()
52 child_ret = -errno; in blocking_child()
55 return (void *)&child_ret; in blocking_child()
132 ret = child_ret; in main()
Dfutex_wait_uninitialized_heap.c43 static int child_ret; variable
59 child_ret = RET_PASS; in wait_thread()
65 child_ret = RET_ERROR; in wait_thread()
117 ret = child_ret; in main()