Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAAllocatorConfig.h68 instance().m_last_allocator_settings_mutex); in last_allocator_settings()
118 std::mutex m_last_allocator_settings_mutex; variable
H A DCUDAAllocatorConfig.cpp249 std::lock_guard<std::mutex> lock(m_last_allocator_settings_mutex); in parseArgs()