t_futex_ops.c | 780 struct lwp_data *wlwp3 = &lwp_data[WAITER_LWP3]; local in function:do_futex_requeue_test 802 RL(_lwp_create(&wlwp3->context, 0, &wlwp3->lwpid)); 821 ATF_REQUIRE_EQ_MSG(wlwp3->futex_error, -1, "wlwp3->futex_error=%d", 822 wlwp3->futex_error); 907 RL(_lwp_wait(wlwp3->lwpid, NULL));
|