Searched refs:Join (Results 101 - 125 of 275) sorted by relevance

1234567891011

/external/chromium_org/content/common/
H A Done_writer_seqlock_unittest.cc95 PlatformThread::Join(handles[i]);
/external/chromium_org/media/audio/
H A Dclockless_audio_sink.cc32 thread_->Join();
/external/chromium_org/mojo/shell/
H A Dchild_process_host.cc56 int ChildProcessHost::Join() { function in class:mojo::shell::ChildProcessHost
H A Din_process_dynamic_service_runner.cc51 thread_->Join();
/external/chromium_org/ppapi/tests/
H A Dtest_message_loop.cc88 ASSERT_TRUE(thread.Join());
/external/chromium_org/third_party/re2/re2/testing/
H A Ddfa_test.cc52 t->Join();
74 threads[j]->Join();
280 t->Join();
301 threads[j]->Join();
/external/chromium_org/third_party/skia/bench/
H A DSkipZeroesBench.cpp55 SkString fullPath = SkOSPath::Join(resourcePath.c_str(), fFilename.c_str());
/external/chromium_org/third_party/skia/gm/
H A Dlinepaths.cpp30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
68 SkPaint::Join fJoin;
173 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
211 SkPaint::Join fJoin;
H A Dquadpaths.cpp30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
68 SkPaint::Join fJoin;
178 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
216 SkPaint::Join fJoin;
/external/chromium_org/third_party/skia/include/core/
H A DSkOSFile.h136 static SkString Join(const char* rootPath, const char* relativePath);
/external/regex-re2/re2/testing/
H A Ddfa_test.cc52 t->Join();
74 threads[j]->Join();
280 t->Join();
301 threads[j]->Join();
/external/skia/gm/
H A Dlinepaths.cpp30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
68 SkPaint::Join fJoin;
171 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
209 SkPaint::Join fJoin;
H A Dquadpaths.cpp30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
68 SkPaint::Join fJoin;
176 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
214 SkPaint::Join fJoin;
/external/chromium_org/ppapi/proxy/
H A Dppb_var_unittest.cc192 base::PlatformThread::Join(create_var_threads[i]);
206 base::PlatformThread::Join(change_ref_var_threads[i]);
229 base::PlatformThread::Join(remove_ref_var_threads[i]);
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable-unittest.cc101 threads[n].Join();
212 // Join all threads.
214 threads[n].Join();
289 // Join and cleanup all threads.
291 threads[n]->Join();
/external/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp86 /// Join - Return the union of this subset and the given one.
87 NodeSubset Join(const NodeSubset &other) const {
150 Reachable = Reachable.Join(Nodes[i].second);
322 NodesInSomeSCC = NodesInSomeSCC.Join(NodesInThisSCC);
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp86 void Join() function in class:Thread
149 void Join() function in class:Thread
328 q->Join();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.cc74 node_cache_[path.Join()] = node;
80 NodeMap_t::iterator iter = node_cache_.find(path.Join());
165 // Join the headers into one string.
277 node_cache_[path.Join()] = node;
373 node_cache_[path.Join()] = node;
411 (path.IsAbsolute() ? path.Range(1, path.Size()) : path.Join());
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDiffContext.cpp159 newRecord->fAlphaMaskPath = SkOSPath::Join(fAlphaMaskDir.c_str(),
188 newRecord->fRgbDiffPath = SkOSPath::Join(fRgbDiffDir.c_str(),
201 newRecord->fWhiteDiffPath = SkOSPath::Join(fWhiteDiffDir.c_str(),
248 SkString baselineFile = SkOSPath::Join(baselinePath, baseFilename);
249 SkString testFile = SkOSPath::Join(testPath, baseFilename);
/external/chromium_org/third_party/skia/tools/
H A Dskimage_main.cpp84 dst->set(SkOSPath::Join(outDir, basename.c_str()));
141 const SkString hashDir = SkOSPath::Join(outDir, hashType.c_str());
148 const SkString imageDir = SkOSPath::Join(hashDir.c_str(), basename.c_str());
157 filename = SkOSPath::Join(imageDir.c_str(), checksumBasedName.c_str());
361 subsetPath = SkOSPath::Join(writePath, "subsets");
388 SkString dirExtracted = SkOSPath::Join(writePath, "extracted");
799 SkString fullname = SkOSPath::Join(dir, filename.c_str());
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc251 LOG_TRACE("Bad devfs path: %s", path.Join().c_str());
255 error = root_->FindChild(path.Join(), out_node);
260 LOG_TRACE("Cannot create devfs node: %s", path.Join().c_str());
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPaint.cpp50 SK_MEMBER(strokeJoin, Join),
70 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN),
246 paint->setStrokeJoin((SkPaint::Join) strokeJoin);
/external/skia/src/animator/
H A DSkDrawPaint.cpp50 SK_MEMBER(strokeJoin, Join),
70 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN),
246 paint->setStrokeJoin((SkPaint::Join) strokeJoin);
/external/chromium_org/base/
H A Dsync_socket_unittest.cc36 thread_.Join();
/external/chromium_org/base/threading/
H A Dsimple_thread.h18 // NOTE: You *MUST* call Join on the thread to clean up the underlying thread
26 // implies that the creator thread should be the thread that calls Join.
36 // thread.Join(); // Wait until the thread has exited. You *MUST* Join!
37 // // The SimpleThread object is still valid, however you may not call Join
84 virtual void Join();
101 // Return True if Join() has evern been called.
117 PlatformThreadHandle thread_; // PlatformThread handle, invalid after Join!
120 bool joined_; // True if Join has been called.

Completed in 591 milliseconds

1234567891011