Home | History | Annotate | Download | only in sys

Lines Matching defs:wlwp1

657 	struct lwp_data *wlwp1 = &lwp_data[WAITER_LWP1];
674 RL(_lwp_create(&wlwp1->context, 0, &wlwp1->lwpid));
689 ATF_REQUIRE_EQ_MSG(wlwp1->futex_error, -1, "wlwp1->futex_error=%d",
690 wlwp1->futex_error);
705 ~(wlwp0->bitset | wlwp1->bitset)));
740 INT_MAX, NULL, NULL, 0, wlwp1->bitset));
752 ATF_REQUIRE_EQ_MSG(wlwp1->futex_error, 0, "wlwp1->futex_error=%d",
753 wlwp1->futex_error);
754 RL(_lwp_wait(wlwp1->lwpid, NULL));
778 struct lwp_data *wlwp1 = &lwp_data[WAITER_LWP1];
800 RL(_lwp_create(&wlwp1->context, 0, &wlwp1->lwpid));
817 ATF_REQUIRE_EQ_MSG(wlwp1->futex_error, -1, "wlwp1->futex_error=%d",
818 wlwp1->futex_error);
905 RL(_lwp_wait(wlwp1->lwpid, NULL));