Home
last modified time | relevance | path

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

/libnativehelper/
Dlibnativehelper_lazy.c74 static atomic_bool gPreventLibnativehelperLoading = false; // Allows tests to block loading. variable
77 atomic_store_explicit(&gPreventLibnativehelperLoading, true, memory_order_release); in PreventLibnativehelperLazyLoadingForTests()
81 if (atomic_load_explicit(&gPreventLibnativehelperLoading, memory_order_acquire)) { in LoadLibnativehelper()