Lines Matching refs:getScope
63 int getScope;
67 EXPECT_EQ(pthread_attr_getscope(&attr, &getScope), 0) << "> return errno";
68 LOG("getScope = %d", getScope);
69 EXPECT_EQ(getScope, setScope);
82 int getScope;
85 EXPECT_EQ(pthread_attr_getscope(&attr, &getScope), 0) << "> return errno";
86 LOG("getScope = %d", getScope);
89 EXPECT_EQ(pthread_attr_getscope(&attr, &getScope), 0) << "> return errno";
90 LOG("getScope = %d", getScope);
91 EXPECT_EQ(getScope, setScope);