Searched refs:Join (Results 1 - 25 of 123) sorted by relevance

12345

/external/regex-re2/util/
H A Dthread.h15 void Join();
H A Dthread.cc33 void Thread::Join() { function in class:Thread
/external/valgrind/unittest/output_tests/
H A Dfun_hist_test.cc37 t1.Join();
38 t2.Join();
H A Doutput_test1.cc23 t1.Join();
24 t2.Join();
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
H A DJoinParser.java9 // Parser for Join Header (RFC3911)
12 // Join = "Join" HCOLON callid *(SEMI join-param)
48 Join join = new Join();
63 { "Join: 12345th5z8z\n",
64 "Join: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
69 Join t = (Join) tp.parse();
/external/valgrind/unittest/
H A Dopt_tests.cc58 mta.Join();
H A Ddemo_tests.cc63 t1.Join();
64 t2.Join();
107 t1.Join(); t2.Join();
125 t.Join();
162 t.Join();
199 t1.Join(); t2.Join(); t3.Join(); t4.Join();
[all...]
H A Ddeadlock_unittest.cc117 void Join() { function in class:MyThreadSet
119 ar_[i]->Join();
180 t.Join();
211 t.Join();
235 t.Join();
265 t.Join();
300 t.Join();
342 t1.Join();
343 t2.Join();
344 t3.Join();
[all...]
H A Dracecheck_unittest.cc109 t.Join();
236 t.Join();
288 t.Join();
382 t.Join();
401 // 3. Join(Worker) <------------
411 t.Join();
443 t.Join();
479 t.Join();
527 t.Join();
581 t.Join();
[all...]
H A Datomicity_tests.cc84 t.Join();
140 t.Join();
H A Dposix_tests.cc97 t.Join();
139 t.Join();
145 t.Join();
206 t.Join();
240 t.Join();
320 t.Join();
394 t.Join();
437 t.Join();
490 t.Join();
498 t.Join();
[all...]
/external/chromium/base/threading/
H A Dthread_checker_unittest.cc94 delete_on_thread.Join();
107 call_on_thread.Join();
121 call_on_thread.Join();
146 call_on_thread.Join();
H A Dnon_thread_safe_unittest.cc95 delete_on_thread.Join();
109 call_on_thread.Join();
134 delete_on_thread.Join();
H A Dplatform_thread_unittest.cc35 PlatformThread::Join(handle);
48 PlatformThread::Join(handle[n]);
83 PlatformThread::Join(handle);
99 PlatformThread::Join(handle[n]);
H A Dthread_collision_warner_unittest.cc176 thread_a.Join();
177 thread_b.Join();
234 thread_a.Join();
235 thread_b.Join();
303 thread_a.Join();
304 thread_b.Join();
381 thread_a.Join();
382 thread_b.Join();
H A Dsimple_thread.cc26 DCHECK(HasBeenJoined()) << "SimpleThread destroyed without being Join()ed.";
36 void SimpleThread::Join() { function in class:base::SimpleThread
37 DCHECK(HasBeenStarted()) << "Tried to Join a never-started thread.";
38 DCHECK(!HasBeenJoined()) << "Tried to Join a thread multiple times.";
39 PlatformThread::Join(thread_);
107 // Join and destroy all the worker threads.
109 threads_[i]->Join();
H A Dplatform_thread.h78 // NOTE: When you are done with the thread handle, you must call Join to
85 // cannot be Join()'d. Therefore, it also does not output a
92 static void Join(PlatformThreadHandle thread_handle);
/external/skia/include/core/
H A DSkStroke.h34 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
35 void setJoin(SkPaint::Join);
/external/chromium/base/synchronization/
H A Dlock_unittest.cc82 PlatformThread::Join(handle);
122 PlatformThread::Join(handle);
136 PlatformThread::Join(handle);
185 PlatformThread::Join(handle);
207 PlatformThread::Join(handle1);
208 PlatformThread::Join(handle2);
209 PlatformThread::Join(handle3);
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DJoin.java14 * Join SIPHeader.
23 public class Join class in inherits:ParametersHeader,ExtensionHeader,JoinHeader
31 public static final String NAME = "Join";
42 public Join() { method in class:Join
50 public Join(String callId) throws IllegalArgumentException { method in class:Join
/external/llvm/unittests/ADT/
H A DTripleTest.cpp124 static std::string Join(StringRef A, StringRef B, StringRef C) { function in namespace:__anon9247
129 static std::string Join(StringRef A, StringRef B, StringRef C, StringRef D) { function in namespace:__anon9247
183 std::string E = Join(C[0], C[1], C[2]);
184 EXPECT_EQ(E, Triple::normalize(Join(C[0], C[1], C[2])));
186 EXPECT_EQ(E, Triple::normalize(Join(C[0], C[2], C[1])));
187 EXPECT_EQ(E, Triple::normalize(Join(C[1], C[2], C[0])));
188 EXPECT_EQ(E, Triple::normalize(Join(C[1], C[0], C[2])));
189 EXPECT_EQ(E, Triple::normalize(Join(C[2], C[0], C[1])));
190 EXPECT_EQ(E, Triple::normalize(Join(C[2], C[1], C[0])));
196 std::string F = Join(
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp298 void Join() { function in class:MyThreadArray
301 ar_[i]->Join();
341 t.Join();
476 t.Join();
624 t.Join();
643 // 3. Join(Worker) <------------
653 t.Join();
686 t.Join();
723 t.Join();
769 t.Join();
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc84 if (!joined_) Join();
91 void Join() { function in class:google::protobuf::__anon10115::OnceInitTest::TestThread
215 threads[i]->Join();
246 threads[i]->Join();
/external/skia/src/core/
H A DSkStrokerPriv.h38 static JoinProc JoinFactory(SkPaint::Join);
/external/v8/test/cctest/
H A Dtest-threads.cc135 threadA.Join();
136 threadB.Join();
199 Join();
207 thread.Join();

Completed in 1140 milliseconds

12345