Home
last modified time | relevance | path

Searched defs:wLockType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/profiler/
H A Dserver_process_global_profiler.h63 using wLockType = std::unique_lock<std::mutex>; variable
67 using wLockType = std::unique_lock<std::shared_timed_mutex>; variable