MCPcopy Create free account
hub / github.com/HuaGouFdog/Fdog-Kit / decrease

Method decrease

Fdog-Kit/module_thrift/thriftwidget.cpp:4683–4689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4681}
4682
4683void RequestResults::decrease()
4684{
4685 //mutex.lock();
4686 count = count - 1;
4687 qDebug() << "完成" << QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss.zzz") << " thread ID:" << QThread::currentThreadId()<< " count = " << count;
4688 //mutex.unlock();
4689}
4690
4691void RequestResults::setRequestTime(const QString &value) {
4692 mutex.lock();

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected