Searched refs:thread_handles (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dshared_memory_unittest.cc233 scoped_array<PlatformThreadHandle> thread_handles; local
236 thread_handles.reset(new PlatformThreadHandle[numthreads]);
244 thread_handles[index] = pth;
249 PlatformThread::Join(thread_handles[index]);
265 PlatformThreadHandle thread_handles[kNumThreads]; local
273 thread_handles[index] = pth;
278 PlatformThread::Join(thread_handles[index]);
/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc269 scoped_ptr<PlatformThreadHandle[]> thread_handles; local
272 thread_handles.reset(new PlatformThreadHandle[numthreads]);
280 thread_handles[index] = pth;
285 PlatformThread::Join(thread_handles[index]);
301 PlatformThreadHandle thread_handles[kNumThreads]; local
309 thread_handles[index] = pth;
314 PlatformThread::Join(thread_handles[index]);

Completed in 156 milliseconds