Home
last modified time | relevance | path

Searched defs:JThreadScopeSupport (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DEnvironment.cpp342 struct JThreadScopeSupport : JavaClass<JThreadScopeSupport> { struct
343 static auto constexpr kJavaDescriptor =
348 static void runStdFunction(std::function<void()>&& func) { in runStdFunction()
354 static void runStdFunctionImpl(alias_ref<JClass>, jlong ptr) { in runStdFunctionImpl()
358 static void OnLoad() { in OnLoad()