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.cc277 scoped_ptr<PlatformThreadHandle[]> thread_handles; local
280 thread_handles.reset(new PlatformThreadHandle[numthreads]);
288 thread_handles[index] = pth;
293 PlatformThread::Join(thread_handles[index]);
309 PlatformThreadHandle thread_handles[kNumThreads]; local
317 thread_handles[index] = pth;
322 PlatformThread::Join(thread_handles[index]);

Completed in 55 milliseconds