Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIUtilThreadBaseStd.cpp38 m_thread.Join(); in ~CMIUtilThreadActiveObjBase()
135 bool CMIUtilThreadActiveObjBase::ThreadJoin() { return m_thread.Join(); } in ThreadJoin()
215 CMIUtilThread::~CMIUtilThread() { Join(); } in ~CMIUtilThread()
226 bool CMIUtilThread::Join() { in Join() function in CMIUtilThread
H A DMIUtilThreadBaseStd.h58 bool Join(); // Wait for this thread to stop
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostThread.cpp21 Status HostThread::Join(lldb::thread_result_t *result) { in Join() function in HostThread
22 return m_native_thread->Join(result); in Join()
/freebsd-12.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_symlink140 * Join full path
166 /* Join the parent directory name */
171 /* Join the entry name */
H A Dvop_create139 * Join full path
165 /* Join the parent directory name */
170 /* Join the entry name */
H A Dvop_readdir136 * Join full path
162 /* Join the parent directory name */
/freebsd-12.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-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostThreadPosix.h25 Status Join(lldb::thread_result_t *result) override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHostThread.h37 Status Join(lldb::thread_result_t *result);
H A DHostNativeThreadBase.h34 virtual Status Join(lldb::thread_result_t *result) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostThreadPosix.cpp26 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join() function in HostThreadPosix
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp228 Status error = m_read_thread.Join(nullptr); in StopReadThread()
236 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
H A DDebugger.cpp1643 m_event_handler_thread.Join(nullptr); in StopEventHandlerThread()
1668 m_io_handler_thread.Join(nullptr); in StopIOHandlerThread()
1675 m_io_handler_thread.Join(&result); in JoinIOHandlerThread()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackColoring.h69 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() function
H A DSafeStackLayout.cpp129 R.Range.Join(Obj.Range); in layoutObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStringList.h71 void Join(const char *separator, Stream &strm);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBHostOS.cpp148 error = host_thread.Join(result); in ThreadJoin()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp159 m_async_thread.Join(nullptr); in StopAsyncThread()
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc59 t->Join(); in JoinAndDelete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStringList.cpp89 void StringList::Join(const char *separator, Stream &strm) { in Join() function in StringList
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1744 ~ThreadWithParam() { Join(); }
1746 void Join() {
1902 void Join();
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc438 Join(); in ~ThreadWithParamBase()
441 void ThreadWithParamBase::Join() { in Join() function in testing::internal::ThreadWithParamBase

12