Searched refs:cached_handle (Results 1 – 1 of 1) sorted by relevance
258 if (HMODULE const cached_handle = __crt_interlocked_read_pointer(module_handles + id)) in try_get_module() local260 if (cached_handle == INVALID_HANDLE_VALUE) in try_get_module()265 return cached_handle; in try_get_module()274 …if (HMODULE const cached_handle = __crt_interlocked_exchange_pointer(module_handles + id, INVALID_… in try_get_module() local276 _ASSERTE(cached_handle == INVALID_HANDLE_VALUE); in try_get_module()286 …if (HMODULE const cached_handle = __crt_interlocked_exchange_pointer(module_handles + id, new_hand… in try_get_module() local288 _ASSERTE(cached_handle == new_handle); in try_get_module()