Home
last modified time | relevance | path

Searched refs:Join (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp101 BasicBlock *Join = nullptr; in getStrlenWithNull() local
103 Join = Prev->splitBasicBlock(Builder.GetInsertPoint(), in getStrlenWithNull()
107 Join = BasicBlock::Create(M->getContext(), "strlen.join", in getStrlenWithNull()
112 Prev->getParent(), Join); in getStrlenWithNull()
115 Prev->getParent(), Join); in getStrlenWithNull()
121 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
144 BranchInst::Create(Join, WhileDone); in getStrlenWithNull()
145 Builder.SetInsertPoint(Join, Join->begin()); in getStrlenWithNull()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostThread.cpp20 Status HostThread::Join(lldb::thread_result_t *result) { in Join() function in HostThread
21 return m_native_thread->Join(result); in Join()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename208 * Join 'from' full path
234 /* Join the 'from' parent directory name */
239 /* Join the 'from' entry name */
244 * Join 'to' full path
270 /* Join the 'to' parent directory name */
275 /* Join the 'to' entry name */
H A Dvop_create138 * Join full path
164 /* Join the parent directory name */
169 /* Join the entry name */
H A Dvop_symlink139 * Join full path
165 /* Join the parent directory name */
170 /* Join the entry name */
H A Dvop_readdir135 * Join full path
161 /* Join the parent directory name */
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc130 for (int i = 0; i != kThreadCount; i++) threads[i]->Join(); in TEST()
164 thread.Join(); in GenerateFatalFailureInAnotherThread()
H A Dgoogletest-port-test.cc1021 thread.Join(); in TEST()
1112 for (int i = 0; i < kThreadCount; ++i) counting_threads[i]->Join(); in TEST()
1124 thread.Join(); in RunFromThread()
1256 thread.Join(); in TEST()
H A Dgoogletest-output-test_.cc321 thread.Join(); in TEST()
863 thread.Join(); in AddFailureInOtherThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h25 Status Join(lldb::thread_result_t *result) override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostThread.h34 Status Join(lldb::thread_result_t *result);
H A DHostNativeThreadBase.h34 virtual Status Join(lldb::thread_result_t *result) = 0;
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp295 hwasanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
319 hwasanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
329 hwasanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join() function in HostThreadPosix
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp477 GetThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
501 GetThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
516 GetThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp298 archs.Join("\n", g_archs_help); in arch_helper()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.h70 void Join(uptr thread, const JoinFn& fn) { in Join() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp207 Status error = m_read_thread.Join(nullptr); in StopReadThread()
217 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h81 void Join(const char *separator, Stream &strm);
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp292 asanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
316 asanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
328 asanThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc58 t->Join(); in JoinAndDelete()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1273 BlockInfo Join; in join() local
1274 Join.init(NumVars); in join()
1280 joinElmt(VarID, Join.LiveLoc, A.LiveLoc, B.LiveLoc, joinKind); in join()
1281 joinElmt(VarID, Join.DebugValue, A.DebugValue, B.DebugValue, in join()
1283 joinElmt(VarID, Join.StackHomeValue, A.StackHomeValue, B.StackHomeValue, in join()
1287 Join.VariableIDsInBlock = A.VariableIDsInBlock; in join()
1288 Join.VariableIDsInBlock |= B.VariableIDsInBlock; in join()
1289 assert(Join.isValid()); in join()
1290 return Join; in join()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp92 void StringList::Join(const char *separator, Stream &strm) { in Join() function in StringList
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1326 ~ThreadWithParam() override { Join(); }
1328 void Join() {
1488 void Join();
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc481 ThreadWithParamBase::~ThreadWithParamBase() { Join(); } in ~ThreadWithParamBase()
483 void ThreadWithParamBase::Join() { in Join() function in testing::internal::ThreadWithParamBase

12