/dports/devel/folly/folly-2021.12.27.00/folly/system/ |
H A D | ThreadName.cpp | 164 bool setThreadName(std::thread::id tid, StringPiece name) { in setThreadName() function 209 setThreadName(pthread_self(), name); in setThreadName() 211 return setThreadName(stdTidToPthreadId(tid), name); in setThreadName() 215 bool setThreadName(pthread_t pid, StringPiece name) { in setThreadName() function 227 return setThreadName(id, name); in setThreadName() 254 bool setThreadName(StringPiece name) { in setThreadName() function 256 return setThreadName(pthread_self(), name); in setThreadName() 258 return setThreadName(std::this_thread::get_id(), name); in setThreadName()
|
H A D | ThreadName.h | 57 bool setThreadName(std::thread::id tid, StringPiece name); 58 bool setThreadName(pthread_t pid, StringPiece name); 63 bool setThreadName(StringPiece name);
|
/dports/devel/folly/folly-2021.12.27.00/folly/system/test/ |
H A D | ThreadNameTest.cpp | 38 EXPECT_EQ(expectedSetSelfThreadNameResult, setThreadName(kThreadName)); in TEST() 61 expectedSetOtherThreadNameResult, setThreadName(handle, kThreadName)); in TEST() 67 EXPECT_TRUE(setThreadName(handle, kThreadName)); in TEST() 79 setThreadName(th.get_id(), kThreadName)); in TEST()
|
/dports/games/freeminer/freeminer-0.4.10.4/src/ |
H A D | porting.h | 327 inline void setThreadName(const char *name) { in setThreadName() function 338 inline void setThreadName(const char *name) { in setThreadName() function 344 inline void setThreadName(const char *name) { in setThreadName() function 355 inline void setThreadName(const char *name) { in setThreadName() function 368 inline void setThreadName(const char *name) { in setThreadName() function 372 inline void setThreadName(const char* name) {} in setThreadName() function 375 inline void setThreadName(const char* name) {} in setThreadName() function
|
/dports/devel/easyloggingpp/easyloggingpp-9.97.0/samples/STL/ |
H A D | thread-names.cpp | 20 el::Helpers::setThreadName("main-thread"); in main() 24 el::Helpers::setThreadName("thread1"); in main() 33 el::Helpers::setThreadName("thread2"); in main()
|
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/samples/STL/ |
H A D | thread-names.cpp | 20 el::Helpers::setThreadName("main-thread"); in main() 24 el::Helpers::setThreadName("thread1"); in main() 33 el::Helpers::setThreadName("thread2"); in main()
|
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/ |
H A D | diskjoinstep.h | 70 utils::setThreadName("DJSMainRunner"); in operator() 98 utils::setThreadName("DJSLoader"); in operator() 121 utils::setThreadName("DJSBuilder"); in operator() 134 utils::setThreadName("DJSJoiner"); in operator()
|
H A D | tupleaggregatestep.h | 144 utils::setThreadName("TASAggr"); in operator() 162 utils::setThreadName(t.c_str()); in operator() 182 utils::setThreadName(t.c_str()); in operator() 201 utils::setThreadName("TASThr2ndPAggr"); in operator()
|
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/ |
H A D | diskjoinstep.h | 70 utils::setThreadName("DJSMainRunner"); in operator() 98 utils::setThreadName("DJSLoader"); in operator() 121 utils::setThreadName("DJSBuilder"); in operator() 134 utils::setThreadName("DJSJoiner"); in operator()
|
H A D | tupleaggregatestep.h | 144 utils::setThreadName("TASAggr"); in operator() 162 utils::setThreadName(t.c_str()); in operator() 182 utils::setThreadName(t.c_str()); in operator() 201 utils::setThreadName("TASThr2ndPAggr"); in operator()
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/concurrency/ |
H A D | thread_name.cpp | 106 setThreadName("main"); in MONGO_INITIALIZER() 123 void setThreadName(StringData name) { in setThreadName() function 180 setThreadName(str::stream() << "thread" << nextUnnamedThreadId.fetchAndAdd(1)); in getThreadName()
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/ |
H A D | signal_handlers.cpp | 95 setThreadName("consoleTerminate"); in consoleTerminate() 155 setThreadName("eventTerminate"); in eventProcessingThread() 168 setThreadName("signalProcessingThread");
|
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/utils/ |
H A D | vs.hpp | 65 static void setThreadName(const char *name) in setThreadName() function 95 static void setThreadName(const char* name)
|
/dports/net-p2p/litecoin/litecoin-0.18.1/depends/patches/zeromq/ |
H A D | 0002-disable-pthread_set_name_np.patch | 15 @@ -307,7 +307,7 @@ void zmq::thread_t::setThreadName (const char *name_) 24 @@ -323,6 +323,8 @@ void zmq::thread_t::setThreadName (const char *name_)
|
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/depends/patches/zeromq/ |
H A D | 0002-disable-pthread_set_name_np.patch | 15 @@ -307,7 +307,7 @@ void zmq::thread_t::setThreadName (const char *name_) 24 @@ -323,6 +323,8 @@ void zmq::thread_t::setThreadName (const char *name_)
|
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/depends/patches/zeromq/ |
H A D | 0002-disable-pthread_set_name_np.patch | 15 @@ -307,7 +307,7 @@ void zmq::thread_t::setThreadName (const char *name_) 24 @@ -323,6 +323,8 @@ void zmq::thread_t::setThreadName (const char *name_)
|
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/depends/patches/zeromq/ |
H A D | 0002-disable-pthread_set_name_np.patch | 15 @@ -308,7 +308,7 @@ void zmq::thread_t::setThreadName (const char *name_) 24 @@ -324,6 +324,8 @@ void zmq::thread_t::setThreadName (const char *name_)
|
/dports/devel/swig/swig-4.0.2/Examples/test-suite/ |
H A D | director_thread.i | 108 void setThreadName() { in setThreadName() function 149 f->setThreadName(); in working()
|
/dports/dns/powerdns/pdns-4.5.2/pdns/ |
H A D | communicator.cc | 45 setThreadName("pdns/comm-retre"); in retrievalLoopThread() 118 setThreadName("pdns/comm-main"); in mainloop()
|
H A D | threadname.hh | 25 void setThreadName(const std::string& threadName);
|
/dports/devel/poco/poco-1.10.1-all/Foundation/src/ |
H A D | Thread_WIN32.cpp | 42 void setThreadName(DWORD dwThreadID, const char* threadName) in setThreadName() function 201 setThreadName(-1, reinterpret_cast<Thread*>(pThread)->getName().c_str()); in runnableEntry()
|
/dports/audio/rezound/rezound-0.13.1beta/src/misc/ |
H A D | AThread.h | 174 static void setThreadName(const std::string &threadName); 237 static void setThreadName(const std::string &threadName); in gbt_int4_same()
|
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/ExecutionContext/ |
H A D | TraceEvents.cpp | 187 void TraceContext::setThreadName(int tid, llvm::StringRef name) { in setThreadName() function in glow::TraceContext 192 void TraceContext::setThreadName(llvm::StringRef name) { in setThreadName() function in glow::TraceContext 193 setThreadName(threads::getThreadId(), name); in setThreadName()
|
/dports/devel/quantum/quantum-2.2/quantum/interface/ |
H A D | quantum_iqueue.h | 72 static void setThreadName(QueueType type, 98 void IQueue::setThreadName(QueueType type, in setThreadName() function
|
/dports/dns/dnsdist/dnsdist-1.6.1/ |
H A D | threadname.hh | 25 void setThreadName(const std::string& threadName);
|