Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dthread-inl.h704 Mutex* new_ph = new Mutex("checkpoint placeholder mutex", kMonitorLock); in DisallowPreMonitorMutexes() local
709 delete new_ph; in DisallowPreMonitorMutexes() local
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py422 def update_arg(old_arg, new_ph): argument