Lines Matching refs:handle
64 PlatformThreadHandle handle = kNullThreadHandle;
66 EXPECT_TRUE(PlatformThread::Create(&thread, &handle));
94 PlatformThread::Join(handle);
132 PlatformThreadHandle handle = kNullThreadHandle;
134 EXPECT_TRUE(PlatformThread::Create(&thread, &handle));
136 PlatformThread::Join(handle);
146 PlatformThreadHandle handle = kNullThreadHandle;
148 EXPECT_TRUE(PlatformThread::Create(&thread, &handle));
150 PlatformThread::Join(handle);
194 PlatformThreadHandle handle = kNullThreadHandle;
196 EXPECT_TRUE(PlatformThread::Create(&thread, &handle));
200 PlatformThread::Join(handle);