Home
last modified time | relevance | path

Searched refs:isMainThread (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/websockets/
H A DWorkerThreadableWebSocketChannel.cpp117 ASSERT(isMainThread()); in Peer()
122 ASSERT(isMainThread()); in ~Peer()
129 ASSERT(isMainThread()); in connect()
143 ASSERT(isMainThread()); in send()
158 ASSERT(isMainThread()); in bufferedAmount()
167 ASSERT(isMainThread()); in close()
176 ASSERT(isMainThread()); in disconnect()
185 ASSERT(isMainThread()); in suspend()
193 ASSERT(isMainThread()); in resume()
207 ASSERT(isMainThread()); in didConnect()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DLocalStorageThread.cpp48 ASSERT(isMainThread()); in ~LocalStorageThread()
54 ASSERT(isMainThread()); in start()
67 ASSERT(!isMainThread()); in threadEntryPoint()
76 ASSERT(isMainThread()); in scheduleTask()
83 ASSERT(isMainThread()); in terminate()
98 ASSERT(!isMainThread()); in performTerminate()
H A DStorageSyncManager.cpp54 ASSERT(isMainThread()); in StorageSyncManager()
61 ASSERT(isMainThread()); in ~StorageSyncManager()
78 ASSERT(isMainThread()); in close()
88 ASSERT(isMainThread()); in scheduleImport()
97 ASSERT(isMainThread()); in scheduleSync()
105 ASSERT(isMainThread()); in scheduleDeleteEmptyDatabase()
H A DStorageAreaSync.cpp67 ASSERT(isMainThread()); in StorageAreaSync()
86 ASSERT(isMainThread()); in ~StorageAreaSync()
93 ASSERT(isMainThread()); in scheduleFinalSync()
114 ASSERT(isMainThread()); in scheduleItemForSync()
129 ASSERT(isMainThread()); in scheduleClear()
145 ASSERT(isMainThread()); in scheduleCloseDatabase()
164 ASSERT(isMainThread()); in syncTimerFired()
230 ASSERT(!isMainThread()); in openDatabase()
269 ASSERT(!isMainThread()); in performImport()
324 ASSERT(isMainThread()); in blockUntilImportComplete()
[all …]
H A DStorageTracker.cpp53 ASSERT(isMainThread()); in initializeTracker()
102 ASSERT(!isMainThread()); in openTrackerDatabase()
134 ASSERT(isMainThread()); in importOriginIdentifiers()
144 ASSERT(!isMainThread()); in syncImportOriginIdentifiers()
192 ASSERT(!isMainThread()); in syncFileSystemAndTrackerDatabase()
258 if (isMainThread()) { in setOriginDetails()
267 ASSERT(isMainThread()); in scheduleTask()
328 ASSERT(isMainThread()); in deleteAllOrigins()
402 ASSERT(isMainThread()); in deleteOriginOnMainThread()
416 ASSERT(isMainThread()); in deleteOrigin()
[all …]
H A DStorageNamespaceImpl.cpp80 ASSERT(isMainThread()); in ~StorageNamespaceImpl()
93 ASSERT(isMainThread()); in copy()
107 ASSERT(isMainThread()); in storageArea()
122 ASSERT(isMainThread()); in close()
150 ASSERT(isMainThread()); in clearOriginForDeletion()
159 ASSERT(isMainThread()); in clearAllOriginsForDeletion()
168 ASSERT(isMainThread()); in sync()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/webaudio/
H A DAudioContext.cpp248 ASSERT(isMainThread()); in createBufferSource()
258 ASSERT(isMainThread()); in createJavaScriptNode()
268 ASSERT(isMainThread()); in createLowPass2Filter()
275 ASSERT(isMainThread()); in createHighPass2Filter()
282 ASSERT(isMainThread()); in createPanner()
289 ASSERT(isMainThread()); in createConvolver()
296 ASSERT(isMainThread()); in createAnalyser()
303 ASSERT(isMainThread()); in createGainNode()
310 ASSERT(isMainThread()); in createDelayNode()
317 ASSERT(isMainThread()); in createChannelSplitter()
[all …]
H A DRealtimeAnalyser.cpp83 ASSERT(isMainThread()); in setFftSize()
131 ASSERT(isMainThread()); in applyWindow()
150 ASSERT(isMainThread()); in doFFTAnalysis()
200 ASSERT(isMainThread()); in getFloatFrequencyData()
225 ASSERT(isMainThread()); in getByteFrequencyData()
261 ASSERT(isMainThread()); in getByteTimeDomainData()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/audio/
H A DHRTFDatabaseLoader.cpp44 ASSERT(isMainThread()); in createAndLoadAsynchronouslyIfNecessary()
66 ASSERT(isMainThread()); in HRTFDatabaseLoader()
71 ASSERT(isMainThread()); in ~HRTFDatabaseLoader()
99 ASSERT(!isMainThread()); in load()
108 ASSERT(isMainThread()); in loadAsynchronously()
125 ASSERT(!isMainThread()); in waitForLoaderThreadCompletion()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DTreeShared.h45 ASSERT(isMainThread()); in TreeShared()
53 ASSERT(isMainThread()); in ~TreeShared()
61 ASSERT(isMainThread()); in ref()
70 ASSERT(isMainThread()); in deref()
97 ASSERT(isMainThread()); in setParent()
103 ASSERT(isMainThread()); in parent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DTransform.java148 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in Transform()
191 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in getElements()
218 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in identity()
241 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in invert()
277 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in isIdentity()
306 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in multiply()
330 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in rotate()
352 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in scale()
378 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in setElements()
409 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in shear()
[all …]
H A DRegion.java87 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in Region()
169 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in polyRgn()
210 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in add()
222 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in add()
251 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in add()
281 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in add()
314 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in add()
338 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in contains()
456 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in getBounds()
557 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in intersect()
[all …]
H A DPath.java87 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in Path()
136 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in Path()
188 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in Path()
229 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in addArc()
307 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in addPath()
336 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in addRectangle()
367 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in addString()
437 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in close()
474 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in contains()
542 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in cubicTo()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Printing/cocoa/org/eclipse/swt/printing/
H A DPrinter.java62 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in getPrinterList()
88 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in getDefaultPrinterData()
177 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in computeTrim()
202 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in create()
272 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in destroy()
308 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in internal_new_GC()
346 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in init()
421 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in startJob()
457 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in endJob()
478 if (!NSThread.isMainThread()) pool = (NSAutoreleasePool) new NSAutoreleasePool().alloc().init(); in cancelJob()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/hostimpl/scheduler/
H A DSchedulerApiWrapperTest.java53 when(mThreadUtils.isMainThread()).thenReturn(true); in testShouldSessionRequestData_mainThread()
63 when(mThreadUtils.isMainThread()).thenReturn(false); in testShouldSessionRequestData_backgroundThread()
73 when(mThreadUtils.isMainThread()).thenReturn(true); in testOnReceiveNewContent_mainThread()
83 when(mThreadUtils.isMainThread()).thenReturn(false); in testOnReceiveNewContent_backgroundThread()
93 when(mThreadUtils.isMainThread()).thenReturn(true); in testOnRequestError_mainThread()
103 when(mThreadUtils.isMainThread()).thenReturn(false); in testOnRequestError_backgroundThread()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tcore/
H A Dthreadmessage.cpp14 bool TThread::isMainThread() { return MainThread == QThread::currentThread(); } in isMainThread() function in TThread
28 if (!TThread::isMainThread()) return; in init()
64 if (isMainThread()) in send()
73 if (isMainThread()) in sendBlocking()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/api/internal/common/
H A DThreadUtils.java16 public boolean isMainThread() { in isMainThread() method in ThreadUtils
21 check(!isMainThread(), "checkNotMainThread failed"); in checkNotMainThread()
25 check(isMainThread(), "checkMainThread failed"); in checkMainThread()
/dports/math/ogdf/OGDF/src/ogdf/energybased/fast_multipole_embedder/
H A DFMEMultipoleKernel.cpp51 if (isMainThread()) in quadtreeConstruction()
80 if (isMainThread()) in quadtreeConstruction()
125 if (isMainThread()) in quadtreeConstruction()
162 if (isMainThread()) in multipoleApproxSingleThreaded()
207 if (isMainThread()) in multipoleApproxSingleWSPD()
229 if (isMainThread()) in multipoleApproxSingleWSPD()
251 if (isMainThread()) in multipoleApproxSingleWSPD()
307 if (isMainThread()) in multipoleApproxNoWSPDStructure()
337 if (isMainThread()) in multipoleApproxNoWSPDStructure()
393 if (isMainThread()) in multipoleApproxFinal()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/common/
H A Dactions_unittest.ts32 isMainThread: false,
53 isMainThread: false,
63 isMainThread: false,
93 isMainThread: false,
109 isMainThread: false,
116 isMainThread: false,
277 isMainThread: false,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/network/
H A DBlobRegistryImpl.cpp51 ASSERT(isMainThread()); in blobRegistry()
127 ASSERT(isMainThread()); in registerBlobURL()
156 ASSERT(isMainThread()); in registerBlobURL()
168 ASSERT(isMainThread()); in unregisterBlobURL()
174 ASSERT(isMainThread()); in getBlobDataFromURL()
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/timeline/
H A DTimelineConsumers.cpp226 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
233 if (isMainThread) { in AddMarkerForAllObservedDocShells()
244 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
251 if (isMainThread) { in AddMarkerForAllObservedDocShells()
261 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
267 if (isMainThread) { in AddMarkerForAllObservedDocShells()
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/timeline/
H A DTimelineConsumers.cpp221 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
228 if (isMainThread) { in AddMarkerForAllObservedDocShells()
239 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
246 if (isMainThread) { in AddMarkerForAllObservedDocShells()
256 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
262 if (isMainThread) { in AddMarkerForAllObservedDocShells()
/dports/www/firefox/firefox-99.0/docshell/base/timeline/
H A DTimelineConsumers.cpp210 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
217 if (isMainThread) { in AddMarkerForAllObservedDocShells()
228 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
235 if (isMainThread) { in AddMarkerForAllObservedDocShells()
245 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
251 if (isMainThread) { in AddMarkerForAllObservedDocShells()
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/timeline/
H A DTimelineConsumers.cpp226 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
233 if (isMainThread) { in AddMarkerForAllObservedDocShells()
244 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
251 if (isMainThread) { in AddMarkerForAllObservedDocShells()
261 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
267 if (isMainThread) { in AddMarkerForAllObservedDocShells()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/timeline/
H A DTimelineConsumers.cpp212 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
219 if (isMainThread) { in AddMarkerForAllObservedDocShells()
230 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
237 if (isMainThread) { in AddMarkerForAllObservedDocShells()
247 bool isMainThread = NS_IsMainThread(); in AddMarkerForAllObservedDocShells() local
253 if (isMainThread) { in AddMarkerForAllObservedDocShells()

12345678910>>...26