Home
last modified time | relevance | path

Searched refs:thread_ (Results 1 – 19 of 19) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/detail/
H A DABI48_0_0Thread.h55 : thread_(run, name, runnable) {}
58 thread_.detach();
62 thread_.join();
76 std::thread thread_;
H A DABI48_0_0Thread.cpp19 ABI48_0_0facebook::jni::global_ref<ABI48_0_0facebook::jni::JThread> thread_; member
25 impl_->thread_->start();
31 impl_->thread_->join(); in join()
H A DABI48_0_0SerialExecutor.cpp16 : finish_(false), thread_(name, [this]() { runLoop(); }) {} in SerialExecutor()
25 thread_.join(); in ~SerialExecutor()
H A DABI48_0_0SerialExecutor.h51 Thread thread_; variable
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/detail/
H A DABI49_0_0Thread.h55 : thread_(run, name, runnable) {}
58 thread_.detach();
62 thread_.join();
76 std::thread thread_;
H A DABI49_0_0Thread.cpp19 ABI49_0_0facebook::jni::global_ref<ABI49_0_0facebook::jni::JThread> thread_; member
25 impl_->thread_->start();
31 impl_->thread_->join(); in join()
H A DABI49_0_0SerialExecutor.cpp16 : finish_(false), thread_(name, [this]() { runLoop(); }) {} in SerialExecutor()
25 thread_.join(); in ~SerialExecutor()
H A DABI49_0_0SerialExecutor.h51 Thread thread_; variable
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/detail/
H A DABI47_0_0Thread.h55 : thread_(run, name, runnable) {}
58 thread_.detach();
62 thread_.join();
76 std::thread thread_;
H A DABI47_0_0Thread.cpp19 ABI47_0_0facebook::jni::global_ref<ABI47_0_0facebook::jni::JThread> thread_; member
25 impl_->thread_->start();
31 impl_->thread_->join(); in join()
H A DABI47_0_0SerialExecutor.cpp16 : finish_(false), thread_(name, [this]() { runLoop(); }) {} in SerialExecutor()
25 thread_.join(); in ~SerialExecutor()
H A DABI47_0_0SerialExecutor.h51 Thread thread_; variable
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.cpp37 : hermesRuntime_(hermesRuntime), thread_(std::move(thread)) {} in HermesExecutorRuntimeAdapter()
42 thread_->quitSynchronous(); in ~HermesExecutorRuntimeAdapter()
67 std::shared_ptr<MessageQueueThread> thread_; member in reanimated::HermesExecutorRuntimeAdapter
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.cpp37 : hermesRuntime_(hermesRuntime), thread_(std::move(thread)) {} in HermesExecutorRuntimeAdapter()
42 thread_->quitSynchronous(); in ~HermesExecutorRuntimeAdapter()
67 std::shared_ptr<MessageQueueThread> thread_; member in ABI49_0_0reanimated::HermesExecutorRuntimeAdapter
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.cpp37 : hermesRuntime_(hermesRuntime), thread_(std::move(thread)) {} in HermesExecutorRuntimeAdapter()
42 thread_->quitSynchronous(); in ~HermesExecutorRuntimeAdapter()
67 std::shared_ptr<MessageQueueThread> thread_; member in reanimated::HermesExecutorRuntimeAdapter
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.cpp37 : hermesRuntime_(hermesRuntime), thread_(std::move(thread)) {} in HermesExecutorRuntimeAdapter()
42 thread_->quitSynchronous(); in ~HermesExecutorRuntimeAdapter()
67 std::shared_ptr<MessageQueueThread> thread_; member in reanimated::HermesExecutorRuntimeAdapter
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/executor/
H A DABI49_0_0HermesExecutorFactory.cpp36 : runtime_(runtime), thread_(std::move(thread)) {} in HermesExecutorRuntimeAdapter()
47 thread_->runOnQueue([&runtime = runtime_]() { in tickleJs()
57 std::shared_ptr<MessageQueueThread> thread_; member in ABI49_0_0facebook::ABI49_0_0React::__anon2731b1640111::HermesExecutorRuntimeAdapter
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/executor/
H A DABI48_0_0HermesExecutorFactory.cpp46 : runtime_(runtime), thread_(std::move(thread)) {} in HermesExecutorRuntimeAdapter()
57 thread_->runOnQueue([&runtime = runtime_]() { in tickleJs()
67 std::shared_ptr<MessageQueueThread> thread_; member in ABI48_0_0facebook::ABI48_0_0React::__anon8aa4a7e20111::HermesExecutorRuntimeAdapter
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/executor/
H A DABI47_0_0HermesExecutorFactory.cpp49 thread_(std::move(thread)) {} in HermesExecutorRuntimeAdapter()
64 thread_->runOnQueue([&runtime = runtime_]() { in tickleJs()
75 std::shared_ptr<MessageQueueThread> thread_; member in ABI47_0_0facebook::ABI47_0_0React::__anonee179e600111::HermesExecutorRuntimeAdapter