Lines Matching refs:blocking

541 	T_EXPECT_EQ(len, 2, "There should only be two blocking threads");
547 …T_EXPECT_EQ(curr->owner, thread_id, "Thread ID of blocking thread should match 'owner' field in st…
583 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
621 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating message blocking thread");
627 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
639 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
648 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Joining on blocking thread");
666 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating ulock blocking thread");
672 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
677 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Joining on blocking thread");
681 …T_EXPECT_EQ(waitinfo.owner, thread_id, "Thread ID of blocking thread should match 'owner' field in…
714 T_EXPECT_EQ(len, 2, "There should only be two blocking threads");
727 …T_EXPECT_EQ(curr->owner, thread_id, "Thread ID of blocking thread should match 'owner' field in st…
761 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating pthread mutex blocking thread");
769 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
779 "Thread ID of blocking thread should match 'owner' field in stackshot");
797 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating pthread rwlck blocking thread");
805 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
830 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating pthread condvar blocking thread");
838 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
868 T_QUIET; T_ASSERT_POSIX_ZERO(ret, "Creating waitpid blocking thread");
873 T_EXPECT_EQ(len, 1, "Only one blocking thread should exist");
881 "Process ID of blocking process should match 'owner' field in stackshot");