/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AMDGPUEmitPrintf.cpp | 102 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 D | HostThread.cpp | 20 Status HostThread::Join(lldb::thread_result_t *result) { in Join() function in HostThread 21 return m_native_thread->Join(result); in Join()
|
H A D | Alarm.cpp | 133 m_alarm_thread.Join(nullptr); in StopAlarmThread()
|
/freebsd/cddl/usr.sbin/dwatch/libexec/ |
H A D | vop_rename | 208 * 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 D | vop_create | 138 * Join full path 164 /* Join the parent directory name */ 169 /* Join the entry name */
|
H A D | vop_symlink | 139 * Join full path 165 /* Join the parent directory name */ 170 /* Join the entry name */
|
H A D | vop_readdir | 135 * Join full path 161 /* Join the parent directory name */
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_stress_test.cc | 130 for (int i = 0; i != kThreadCount; i++) threads[i]->Join(); in TEST() 164 thread.Join(); in GenerateFatalFailureInAnotherThread()
|
H A D | googletest-port-test.cc | 1021 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 D | googletest-output-test_.cc | 321 thread.Join(); in TEST() 863 thread.Join(); in AddFailureInOtherThread()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | HostThreadPosix.h | 25 Status Join(lldb::thread_result_t *result) override;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | HostThread.h | 34 Status Join(lldb::thread_result_t *result);
|
H A D | HostNativeThreadBase.h | 34 virtual Status Join(lldb::thread_result_t *result) = 0;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 295 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 D | HostThreadPosix.cpp | 25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join() function in HostThreadPosix
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 479 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 D | ThreadedCommunication.cpp | 207 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 D | CommandOptionArgumentTable.cpp | 298 archs.Join("\n", g_archs_help); in arch_helper()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_arg_retval.h | 70 void Join(uptr thread, const JoinFn& fn) { in Join() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StringList.h | 81 void Join(const char *separator, Stream &strm);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBHostOS.cpp |
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 292 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 D | AssignmentTrackingAnalysis.cpp | 1274 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 D | gmock_stress_test.cc | 58 t->Join(); in JoinAndDelete()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | StringList.cpp | 92 void StringList::Join(const char *separator, Stream &strm) { in Join() function in StringList
|