Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp102 BasicBlock *Join = nullptr; in getStrlenWithNull() local
104 Join = Prev->splitBasicBlock(Builder.GetInsertPoint(), in getStrlenWithNull()
108 Join = BasicBlock::Create(M->getContext(), "strlen.join", in getStrlenWithNull()
113 Prev->getParent(), Join); in getStrlenWithNull()
116 Prev->getParent(), Join); in getStrlenWithNull()
122 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull()
145 BranchInst::Create(Join, WhileDone); in getStrlenWithNull()
146 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()
H A DAlarm.cpp133 m_alarm_thread.Join(nullptr); in StopAlarmThread()
/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.cpp479 GetThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
503 GetThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
518 GetThreadArgRetval().Join((uptr)thread, [&]() { in INTERCEPTOR()
/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/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/include/lldb/Utility/
H A DStringList.h81 void Join(const char *separator, Stream &strm);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp
/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/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1274 BlockInfo Join; in join() local
1275 Join.init(NumVars); in join()
1281 joinElmt(VarID, Join.LiveLoc, A.LiveLoc, B.LiveLoc, joinKind); in join()
1282 joinElmt(VarID, Join.DebugValue, A.DebugValue, B.DebugValue, in join()
1284 joinElmt(VarID, Join.StackHomeValue, A.StackHomeValue, B.StackHomeValue, in join()
1288 Join.VariableIDsInBlock = A.VariableIDsInBlock; in join()
1289 Join.VariableIDsInBlock |= B.VariableIDsInBlock; in join()
1290 assert(Join.isValid()); in join()
1291 return Join; in join()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc58 t->Join(); in JoinAndDelete()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp92 void StringList::Join(const char *separator, Stream &strm) { in Join() function in StringList

12