| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MIUtilThreadBaseStd.cpp | 38 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 D | MIUtilThreadBaseStd.h | 58 bool Join(); // Wait for this thread to stop
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | HostThread.cpp | 21 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 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_symlink | 140 * Join full path 166 /* Join the parent directory name */ 171 /* Join the 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_readdir | 136 * Join full path 162 /* Join the parent directory name */
|
| /freebsd-12.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-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/ |
| H A D | HostThreadPosix.h | 25 Status Join(lldb::thread_result_t *result) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | HostThread.h | 37 Status Join(lldb::thread_result_t *result);
|
| H A D | HostNativeThreadBase.h | 34 virtual Status Join(lldb::thread_result_t *result) = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | HostThreadPosix.cpp | 26 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join() function in HostThreadPosix
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Communication.cpp | 228 Status error = m_read_thread.Join(nullptr); in StopReadThread() 236 Status error = m_read_thread.Join(nullptr); in JoinReadThread()
|
| H A D | Debugger.cpp | 1643 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 D | SafeStackColoring.h | 69 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() function
|
| H A D | SafeStackLayout.cpp | 129 R.Range.Join(Obj.Range); in layoutObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StringList.h | 71 void Join(const char *separator, Stream &strm);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBHostOS.cpp | 148 error = host_thread.Join(result); in ThreadJoin()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationReplayServer.cpp | 159 m_async_thread.Join(nullptr); in StopAsyncThread()
|
| /freebsd-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock_stress_test.cc | 59 t->Join(); in JoinAndDelete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StringList.cpp | 89 void StringList::Join(const char *separator, Stream &strm) { in Join() function in StringList
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 1744 ~ThreadWithParam() { Join(); } 1746 void Join() { 1902 void Join();
|
| /freebsd-12.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
|