Lines Matching refs:handle
52 PlatformThreadHandle handle = kNullThreadHandle;
54 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
82 PlatformThread::Join(handle);
118 PlatformThreadHandle handle = kNullThreadHandle;
120 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
122 PlatformThread::Join(handle);
132 PlatformThreadHandle handle = kNullThreadHandle;
134 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
136 PlatformThread::Join(handle);
179 PlatformThreadHandle handle = kNullThreadHandle;
181 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
185 PlatformThread::Join(handle);