Searched refs:gPreventLibnativehelperLoading (Results 1 – 1 of 1) sorted by relevance
74 static atomic_bool gPreventLibnativehelperLoading = false; // Allows tests to block loading. variable77 atomic_store_explicit(&gPreventLibnativehelperLoading, true, memory_order_release); in PreventLibnativehelperLazyLoadingForTests()81 if (atomic_load_explicit(&gPreventLibnativehelperLoading, memory_order_acquire)) { in LoadLibnativehelper()