Home
last modified time | relevance | path

Searched refs:ABI49_0_0RCTJSThread (Results 1 – 16 of 16) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTJSThread.m8 #import "ABI49_0_0RCTJSThread.h"
10 dispatch_queue_t ABI49_0_0RCTJSThread;
17 ABI49_0_0RCTJSThread = (id)kCFNull;
H A DABI49_0_0RCTJSThread.h21 ABI49_0_0RCT_EXTERN dispatch_queue_t ABI49_0_0RCTJSThread; variable
H A DABI49_0_0RCTBridgeModule.h12 #import <ABI49_0_0React/ABI49_0_0RCTJSThread.h>
H A DABI49_0_0RCTDisplayLink.m110 if (queue == ABI49_0_0RCTJSThread) {
H A DABI49_0_0RCTBridge.m18 #import "ABI49_0_0RCTJSThread.h"
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DExpoBridgeModule.swift64 bridge.dispatchBlock(attachRuntime, queue: ABI49_0_0RCTJSThread)
70 bridge.dispatchBlock(attachRuntime, queue: ABI49_0_0RCTJSThread)
H A DAppContext.swift116 reactBridge?.dispatchBlock(runBlock, queue: ABI49_0_0RCTJSThread)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Blob/
H A DABI49_0_0RCTBlobCollector.mm52 queue:ABI49_0_0RCTJSThread];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTEventDispatcher.mm174 queue:ABI49_0_0RCTJSThread];
209 return ABI49_0_0RCTJSThread;
H A DABI49_0_0RCTTiming.mm158 return ABI49_0_0RCTJSThread;
H A DABI49_0_0RCTPerfMonitor.mm359 queue:ABI49_0_0RCTJSThread];
H A DABI49_0_0RCTDevSettings.mm229 [strongSelf.bridge dispatchBlock:dispatchBlock queue:ABI49_0_0RCTJSThread];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/
H A DABI49_0_0RCTTurboModuleManager.mm122 if (methodQueue_ == ABI49_0_0RCTJSThread) {
135 if (methodQueue_ == ABI49_0_0RCTJSThread) {
307 .isSyncModule = methodQueue == ABI49_0_0RCTJSThread,
561 …* Note: ABI49_0_0RCTJSThread, which is a valid method queue, is defined as (id)kCFNull. It should …
869 if (methodQueue == ABI49_0_0RCTJSThread) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/
H A DABI49_0_0RCTNativeModule.mm90 const bool isSyncModule = queue == ABI49_0_0RCTJSThread;
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Services/
H A DABI49_0_0EXReactNativeAdapter.mm112 [self.bridge dispatchBlock:block queue:ABI49_0_0RCTJSThread];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxBridge/
H A DABI49_0_0RCTCxxBridge.mm1255 if (queue == ABI49_0_0RCTJSThread) {