| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AMDGPUEmitPrintf.cpp | 110 BasicBlock *Join = nullptr; in getStrlenWithNull() local 112 Join = Prev->splitBasicBlock(Builder.GetInsertPoint(), in getStrlenWithNull() 116 Join = BasicBlock::Create(M->getContext(), "strlen.join", in getStrlenWithNull() 121 Prev->getParent(), Join); in getStrlenWithNull() 124 Prev->getParent(), Join); in getStrlenWithNull() 130 BranchInst::Create(Join, While, CmpNull, Prev); in getStrlenWithNull() 153 BranchInst::Create(Join, WhileDone); in getStrlenWithNull() 154 Builder.SetInsertPoint(Join, Join->begin()); in getStrlenWithNull()
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/cddl/usr.sbin/dwatch/libexec/ |
| H A D | vop_rename | 209 * Join 'from' full path 235 /* Join the 'from' parent directory name */ 240 /* Join the 'from' entry name */ 245 * Join 'to' full path 271 /* Join the 'to' parent directory name */ 276 /* Join the 'to' entry name */
|
| H A D | vop_create | 139 * Join full path 165 /* Join the parent directory name */ 170 /* Join the entry name */
|
| H A D | vop_symlink | 140 * Join full path 166 /* Join the parent directory name */ 171 /* Join the entry name */
|
| H A D | vop_readdir | 136 * Join full path 162 /* Join the parent directory name */
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | gtest_stress_test.cc | 133 threads[i]->Join(); in TEST() 167 thread.Join(); in GenerateFatalFailureInAnotherThread()
|
| H A D | googletest-port-test.cc | 1019 thread.Join(); in TEST() 1110 counting_threads[i]->Join(); in TEST() 1122 thread.Join(); in RunFromThread() 1255 thread.Join(); in TEST()
|
| H A D | googletest-output-test_.cc | 326 thread.Join(); in TEST() 970 thread.Join(); in AddFailureInOtherThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | HostThreadPosix.h | 25 Status Join(lldb::thread_result_t *result) override;
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Communication.cpp | 240 Status error = m_read_thread.Join(nullptr); in StopReadThread() 248 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
|
| H A D | Debugger.cpp | 1612 m_event_handler_thread.Join(nullptr); in StopEventHandlerThread() 1644 m_io_handler_thread.Join(nullptr); in StopIOHandlerThread() 1651 m_io_handler_thread.Join(&result); in JoinIOHandlerThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StringList.h | 78 void Join(const char *separator, Stream &strm);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBHostOS.cpp | 170 error = host_thread.Join(result); in ThreadJoin()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationReplayServer.cpp | 245 m_async_thread.Join(nullptr); in StopAsyncThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StringList.cpp | 86 void StringList::Join(const char *separator, Stream &strm) { in Join() function in StringList
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock_stress_test.cc | 59 t->Join(); in JoinAndDelete()
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 1744 ~ThreadWithParam() { Join(); } 1746 void Join() { 1902 void Join();
|
| /freebsd-13.1/contrib/googletest/googletest/src/ |
| H A D | gtest-port.cc | 438 Join(); in ~ThreadWithParamBase() 441 void ThreadWithParamBase::Join() { in Join() function in testing::internal::ThreadWithParamBase
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 93 lines.Join("\n", str); in IOHandlerIsInputComplete()
|
| /freebsd-13.1/stand/i386/boot0/ |
| H A D | boot0.S | 377 jmp check_selection # Join common code
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 1031 archs.Join("\n", g_archs_help); in arch_helper()
|