Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp110 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 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-13.1/cddl/usr.sbin/dwatch/libexec/
H A Dvop_rename209 * 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 Dvop_create139 * Join full path
165 /* Join the parent directory name */
170 /* Join the entry name */
H A Dvop_symlink140 * Join full path
166 /* Join the parent directory name */
171 /* Join the entry name */
H A Dvop_readdir136 * Join full path
162 /* Join the parent directory name */
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc133 threads[i]->Join(); in TEST()
167 thread.Join(); in GenerateFatalFailureInAnotherThread()
H A Dgoogletest-port-test.cc1019 thread.Join(); in TEST()
1110 counting_threads[i]->Join(); in TEST()
1122 thread.Join(); in RunFromThread()
1255 thread.Join(); in TEST()
H A Dgoogletest-output-test_.cc326 thread.Join(); in TEST()
970 thread.Join(); in AddFailureInOtherThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h25 Status Join(lldb::thread_result_t *result) override;
/freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp240 Status error = m_read_thread.Join(nullptr); in StopReadThread()
248 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
H A DDebugger.cpp1612 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 DStringList.h78 void Join(const char *separator, Stream &strm);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBHostOS.cpp170 error = host_thread.Join(result); in ThreadJoin()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp245 m_async_thread.Join(nullptr); in StopAsyncThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringList.cpp86 void StringList::Join(const char *separator, Stream &strm) { in Join() function in StringList
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc59 t->Join(); in JoinAndDelete()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1744 ~ThreadWithParam() { Join(); }
1746 void Join() {
1902 void Join();
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc438 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 DScriptInterpreterLua.cpp93 lines.Join("\n", str); in IOHandlerIsInputComplete()
/freebsd-13.1/stand/i386/boot0/
H A Dboot0.S377 jmp check_selection # Join common code
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp1031 archs.Join("\n", g_archs_help); in arch_helper()

12