Home
last modified time | relevance | path

Searched refs:threadStr (Results 1 – 10 of 10) sorted by relevance

/dports/www/falkon/falkon-3.2.0/src/lib/tools/
H A Dsqldatabase.cpp123 … const QString threadStr = QStringLiteral("Falkon/%1").arg((quintptr) QThread::currentThread()); in database() local
124 QSqlDatabase::removeDatabase(threadStr); in database()
125 QSqlDatabase db = QSqlDatabase::addDatabase(QSL("QSQLITE"), threadStr); in database()
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/unix/
H A DLogImpl.cpp172 string threadStr = GetThreadId(); in Write() local
173 snprintf( queueBuf, sizeof(queueBuf), "%s%s%s", timeStr.c_str(), threadStr.c_str(), lineBuf ); in Write()
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/winRT/
H A DLogImpl.cpp184 string threadStr = GetThreadId(); in Write() local
185 sprintf_s( queueBuf, sizeof(queueBuf), "%s%s%s", timeStr.c_str(), threadStr.c_str(), lineBuf ); in Write()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/winRT/
H A DLogImpl.cpp171 string threadStr = GetThreadId(); in Write() local
172 sprintf_s(queueBuf, sizeof(queueBuf), "%s%s%s", timeStr.c_str(), threadStr.c_str(), lineBuf); in Write()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/unix/
H A DLogImpl.cpp192 string threadStr = GetThreadId(); in Write() local
193 snprintf(queueBuf, sizeof(queueBuf), "%s%s%s", timeStr.c_str(), threadStr.c_str(), lineBuf); in Write()
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/windows/
H A DLogImpl.cpp213 string threadStr = GetThreadId(); in Write() local
214 sprintf_s( queueBuf, sizeof(queueBuf), "%s%s%s", timeStr.c_str(), threadStr.c_str(), lineBuf ); in Write()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/windows/
H A DLogImpl.cpp217 string threadStr = GetThreadId(); in Write() local
218 sprintf_s(queueBuf, sizeof(queueBuf), "%s%s%s", timeStr.c_str(), threadStr.c_str(), lineBuf); in Write()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/bindings/
H A Dmegaapi.i89 jstring threadStr = (jstring) jenv->NewStringUTF("VideoCapturerThread"); in JNI_OnLoad() local
90 …rface = jenv->CallStaticObjectMethod(surfaceTextureHelperClass, createSurfaceMID, threadStr, NULL); in JNI_OnLoad()
96 jenv->DeleteLocalRef(threadStr); in JNI_OnLoad()
/dports/devel/sope2/SOPE/sope-mime/NGImap4/
H A DNGImap4Client.m1408 NSString *threadStr;
1430 threadStr = [NSString stringWithFormat:@"UID THREAD %@ %@ (%@)",
1435 [self processCommand: threadStr]];
/dports/devel/sope/SOPE/sope-mime/NGImap4/
H A DNGImap4Client.m1431 NSString *threadStr;
1453 threadStr = [NSString stringWithFormat:@"UID THREAD %@ %@ (%@)",
1458 [self processCommand: threadStr]];