Lines Matching refs:handle
31 PlatformThreadHandle handle = kNullThreadHandle;
34 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
35 PlatformThread::Join(handle);
41 PlatformThreadHandle handle[arraysize(thread)];
46 ASSERT_TRUE(PlatformThread::Create(0, &thread[n], &handle[n]));
48 PlatformThread::Join(handle[n]);
79 PlatformThreadHandle handle = kNullThreadHandle;
82 ASSERT_TRUE(PlatformThread::Create(0, &thread, &handle));
83 PlatformThread::Join(handle);
92 PlatformThreadHandle handle[arraysize(thread)];
97 ASSERT_TRUE(PlatformThread::Create(0, &thread[n], &handle[n]));
99 PlatformThread::Join(handle[n]);