Home
last modified time | relevance | path

Searched refs:currentThreadId (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A Dhttpapplicationstate.cs369 int currentThreadId = SafeNativeMethods.GetCurrentThreadId(); in AcquireRead()
371 if (_threadId != currentThreadId) in AcquireRead()
376 int currentThreadId = SafeNativeMethods.GetCurrentThreadId(); in ReleaseRead()
378 if (_threadId != currentThreadId) in ReleaseRead()
383 int currentThreadId = SafeNativeMethods.GetCurrentThreadId(); in AcquireWrite()
385 if (_threadId == currentThreadId) { in AcquireWrite()
390 _threadId = currentThreadId; in AcquireWrite()
396 int currentThreadId = SafeNativeMethods.GetCurrentThreadId(); in ReleaseWrite()
398 if (_threadId == currentThreadId) { in ReleaseWrite()
411 int currentThreadId = SafeNativeMethods.GetCurrentThreadId(); in EnsureReleaseWrite()
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/src/
H A Dmegacmdlogger.cpp54 uint64_t currentThread = MegaThread::currentThreadId(); in getCurrentOut()
72 unsigned long long currentThread = MegaThread::currentThreadId(); in interactiveThread()
87 unsigned long long currentThread = MegaThread::currentThreadId(); in getCurrentOutCode()
103 unsigned long long currentThread = MegaThread::currentThreadId(); in getCurrentPetition()
118 unsigned long long currentThread = MegaThread::currentThreadId(); in getCurrentThreadLogLevel()
133 unsigned long long currentThread = MegaThread::currentThreadId(); in getCurrentThreadIsCmdShell()
150 threadLogLevel[MegaThread::currentThreadId()] = level; in setCurrentThreadLogLevel()
156 outstreams[MegaThread::currentThreadId()] = s; in setCurrentThreadOutStream()
162 threadIsCmdShell[MegaThread::currentThreadId()] = isit; in setCurrentThreadIsCmdShell()
168 threadoutCode[MegaThread::currentThreadId()] = outCode; in setCurrentOutCode()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DLock.cs77 IntPtr currentThreadId = CurrentNativeThreadId; in Acquire()
86 _owningThreadId = currentThreadId; in Acquire()
93 bool success = TryAcquireContended(currentThreadId, Timeout.Infinite); in Acquire()
107 IntPtr currentThreadId = CurrentNativeThreadId; in TryAcquire()
116 _owningThreadId = currentThreadId; in TryAcquire()
123 return TryAcquireContended(currentThreadId, millisecondsTimeout); in TryAcquire()
126 private bool TryAcquireContended(IntPtr currentThreadId, int millisecondsTimeout) in TryAcquireContended() argument
131 if (_owningThreadId == currentThreadId) in TryAcquireContended()
234 _owningThreadId = currentThreadId; in TryAcquireContended()
261 IntPtr currentThreadId = CurrentNativeThreadId;
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkst/
H A Drwlock.cpp42 …qDebug() << (void*)this << " KstRWLock::readLock() by tid=" << (int)QThread::currentThreadId() << … in readLock()
46 Qt::HANDLE me = QThread::currentThreadId(); in readLock()
51 …qDebug() << "Thread " << (int)QThread::currentThreadId() << " has a write lock on KstRWLock " << (… in readLock()
83 …qDebug() << (void*)this << " KstRWLock::writeLock() by tid=" << (int)QThread::currentThreadId() <<… in writeLock()
87 Qt::HANDLE me = QThread::currentThreadId(); in writeLock()
120 …qDebug() << (void*)this << " KstRWLock::unlock() by tid=" << (int)QThread::currentThreadId() << en… in unlock()
123 Qt::HANDLE me = QThread::currentThreadId(); in unlock()
193 Qt::HANDLE me = QThread::currentThreadId(); in myLockStatus()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/thread/
H A Dqreadwritelock.cpp153 self = QThread::currentThreadId(); in lockForRead()
196 self = QThread::currentThreadId(); in tryLockForRead()
241 self = QThread::currentThreadId(); in tryLockForRead()
281 self = QThread::currentThreadId(); in lockForWrite()
321 self = QThread::currentThreadId(); in tryLockForWrite()
365 self = QThread::currentThreadId(); in tryLockForWrite()
411 Qt::HANDLE self = QThread::currentThreadId(); in unlock()
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/util/
H A DThreadBlockingQueue.h98 std::thread::id currentThreadId = std::this_thread::get_id();
99 std::cout << "WARNING: Thread 0x" << std::hex << currentThreadId << std::dec <<
100 …" (" << currentThreadId << ") executing {" << typeid(*this).name() << "}.push() has failed with ti…
150 std::thread::id currentThreadId = std::this_thread::get_id();
151 std::cout << "WARNING: Thread 0x" << std::hex << currentThreadId << std::dec <<
152 …" (" << currentThreadId << ") executing {" << typeid(*this).name() << "}.pop() has failed with tim…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/access/
H A Dqhttpthreaddelegate.cpp217 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
234 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
243 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
337 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
417 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
452 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
475 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
519 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
558 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
611 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/devel/upp/upp/bazaar/plugin/portaudio/os/win/
H A Dpa_win_coinitialize.c131 DWORD currentThreadId = GetCurrentThreadId(); in PaWinUtil_CoUninitialize() local
132 if( comInitializationResult->initializingThreadId != currentThreadId ) in PaWinUtil_CoUninitialize()
135 currentThreadId, comInitializationResult->initializingThreadId)); in PaWinUtil_CoUninitialize()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/os/win/
H A Dpa_win_coinitialize.c135 DWORD currentThreadId = GetCurrentThreadId(); in PaWinUtil_CoUninitialize() local
136 if( comInitializationResult->initializingThreadId != currentThreadId ) in PaWinUtil_CoUninitialize()
139 currentThreadId, comInitializationResult->initializingThreadId)); in PaWinUtil_CoUninitialize()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/os/win/
H A Dpa_win_coinitialize.c135 DWORD currentThreadId = GetCurrentThreadId(); in PaWinUtil_CoUninitialize() local
136 if( comInitializationResult->initializingThreadId != currentThreadId ) in PaWinUtil_CoUninitialize()
139 currentThreadId, comInitializationResult->initializingThreadId)); in PaWinUtil_CoUninitialize()
/dports/audio/portaudio/portaudio/src/os/win/
H A Dpa_win_coinitialize.c135 DWORD currentThreadId = GetCurrentThreadId(); in PaWinUtil_CoUninitialize() local
136 if( comInitializationResult->initializingThreadId != currentThreadId ) in PaWinUtil_CoUninitialize()
139 currentThreadId, comInitializationResult->initializingThreadId)); in PaWinUtil_CoUninitialize()
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dpa_win_coinitialize.c135 DWORD currentThreadId = GetCurrentThreadId();
136 if( comInitializationResult->initializingThreadId != currentThreadId )
139 currentThreadId, comInitializationResult->initializingThreadId));
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/os/win/
H A Dpa_win_coinitialize.c135 DWORD currentThreadId = GetCurrentThreadId(); in PaWinUtil_CoUninitialize() local
136 if( comInitializationResult->initializingThreadId != currentThreadId ) in PaWinUtil_CoUninitialize()
139 currentThreadId, comInitializationResult->initializingThreadId)); in PaWinUtil_CoUninitialize()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttpthreaddelegate.cpp254 …ebug() << "QHttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId(); in startRequestSynchronously()
271 …HttpThreadDelegate::startRequestSynchronously() thread=" << QThread::currentThreadId() << "finishe… in startRequestSynchronously()
280 qDebug() << "QHttpThreadDelegate::startRequest() thread=" << QThread::currentThreadId(); in startRequest()
443 …qDebug() << "QHttpThreadDelegate::abortRequest() thread=" << QThread::currentThreadId() << "sync="… in abortRequest()
525 …qDebug() << "QHttpThreadDelegate::finishedSlot() thread=" << QThread::currentThreadId() << "result… in finishedSlot()
563 …"QHttpThreadDelegate::synchronousFinishedSlot() thread=" << QThread::currentThreadId() << "result=… in synchronousFinishedSlot()
586 …qDebug() << "QHttpThreadDelegate::finishedWithErrorSlot() thread=" << QThread::currentThreadId() <… in finishedWithErrorSlot()
632 qDebug() << "QHttpThreadDelegate::headerChangedSlot() thread=" << QThread::currentThreadId(); in headerChangedSlot()
679 …g() << "QHttpThreadDelegate::synchronousHeaderChangedSlot() thread=" << QThread::currentThreadId(); in synchronousHeaderChangedSlot()
750 …HttpThreadDelegate::synchronousAuthenticationRequiredSlot() thread=" << QThread::currentThreadId(); in synchronousAuthenticationRequiredSlot()
[all …]

12345678910>>...18