Home
last modified time | relevance | path

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

/aosp_15_r20/external/fbjni/cxx/lyra/
H A Dlyra.cpp90 std::atomic<LibraryIdentifierFunctionType> gLibraryIdentifierFunction{nullptr}; variable
95 gLibraryIdentifierFunction.store(func, std::memory_order_relaxed); in setLibraryIdentifierFunction()
101 gLibraryIdentifierFunction.load(std::memory_order_relaxed); in buildId()