t_futex_ops.c | 779 struct lwp_data *wlwp2 = &lwp_data[WAITER_LWP2]; local in function:do_futex_requeue_test 801 RL(_lwp_create(&wlwp2->context, 0, &wlwp2->lwpid)); 819 ATF_REQUIRE_EQ_MSG(wlwp2->futex_error, -1, "wlwp2->futex_error=%d", 820 wlwp2->futex_error); 906 RL(_lwp_wait(wlwp2->lwpid, NULL));
|