Home
last modified time | relevance | path

Searched refs:m_ThreadName (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/threads/
H A DThread.cpp40 m_ThreadName = ThreadName; in CThread()
48 m_ThreadName = ThreadName; in CThread()
74 …%s - fatal error creating thread %s - old thread id not null", __FUNCTION__, m_ThreadName.c_str()); in Create()
127 name = pThread->m_ThreadName; in Create()
H A DThread.h116 std::string m_ThreadName; variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/grid/remote_app/
H A Dasync_task.hpp88 m_ThreadName(move(thread_name)) in SThread()
105 SetCurrentThreadName(m_ThreadName); in Main()
111 const string m_ThreadName; member
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/threads/platform/pthreads/
H A DThreadImpl.cpp113 pthread_setname_np(m_ThreadName.c_str()); in SetThreadInfo()
116 pthread_setname_np(m_thread->native_handle(), m_ThreadName.c_str()); in SetThreadInfo()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dwn_commit_thread.cpp64 m_ThreadName(worker_node->GetAppName() + "_cm") in CJobCommitterThread()
124 SetCurrentThreadName(m_ThreadName); in Main()
H A Dgrid_worker.cpp82 m_ThreadName(worker_node->GetAppName() + "_ct") in CGridControlThread()
93 SetCurrentThreadName(m_ThreadName); in Main()
107 const string m_ThreadName; member in CGridControlThread
188 const string m_ThreadName; member in CWorkerNodeIdleThread
204 m_ThreadName(worker_node->GetAppName() + "_id") in CWorkerNodeIdleThread()
209 SetCurrentThreadName(m_ThreadName); in Main()
H A Dwn_commit_thread.hpp107 const string m_ThreadName; member in CJobCommitterThread
H A Dgrid_worker_impl.hpp355 m_ThreadName(worker_node->GetAppName() + "_mn") in CMainLoopThread()
400 const string m_ThreadName; member in CMainLoopThread
H A Dwn_main_loop.cpp559 SetCurrentThreadName(m_ThreadName); in Main()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dwn_commit_thread.cpp64 m_ThreadName(worker_node->GetAppName() + "_cm") in CJobCommitterThread()
126 SetCurrentThreadName(m_ThreadName); in Main()
H A Dgrid_worker.cpp82 m_ThreadName(worker_node->GetAppName() + "_ct") in CGridControlThread()
93 SetCurrentThreadName(m_ThreadName); in Main()
107 const string m_ThreadName; member in CGridControlThread
188 const string m_ThreadName; member in CWorkerNodeIdleThread
204 m_ThreadName(worker_node->GetAppName() + "_id") in CWorkerNodeIdleThread()
209 SetCurrentThreadName(m_ThreadName); in Main()
H A Dwn_commit_thread.hpp107 const string m_ThreadName; member in CJobCommitterThread
H A Dgrid_worker_impl.hpp355 m_ThreadName(worker_node->GetAppName() + "_mn") in CMainLoopThread()
400 const string m_ThreadName; member in CMainLoopThread
H A Dwn_main_loop.cpp558 SetCurrentThreadName(m_ThreadName); in Main()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/threads/platform/win/
H A DThreadImpl.cpp33 info.szName = m_ThreadName.c_str(); in SetThreadInfo()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dthread_pool_old.hpp519 const string m_ThreadName; member in CPoolOfThreads
1007 const string& name = m_Pool->m_ThreadName; in Main()
1064 m_ThreadName(thread_name) in CPoolOfThreads()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dthread_pool_old.hpp519 const string m_ThreadName; member in CPoolOfThreads
1007 const string& name = m_Pool->m_ThreadName; in Main()
1064 m_ThreadName(thread_name) in CPoolOfThreads()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dutility.hpp196 static boost::thread_specific_ptr<String> m_ThreadName; member in icinga::Utility
H A Dutility.cpp61 boost::thread_specific_ptr<String> Utility::m_ThreadName; member in Utility
1236 m_ThreadName.reset(new String(name));
1261 String *name = m_ThreadName.get();