Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dexec_utils.cc66 bool new_process_group, in ExecWithoutWait()
259 bool new_process_group, in ExecAndReturnResult()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/
Dlaunch.h245 bool new_process_group = false; member
/aosp_15_r20/external/libchrome/base/process/
H A Dlaunch.h242 bool new_process_group = false; member
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/
Dlaunch.h245 bool new_process_group = false; member
/aosp_15_r20/external/cronet/base/process/
H A Dlaunch.h319 bool new_process_group = false; member
/aosp_15_r20/external/pytorch/torch/nn/parallel/
H A Ddistributed.py2376 def _update_process_group(self, new_process_group): argument
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.cpp2354 c10::intrusive_ptr<c10d::ProcessGroup> new_process_group) { in update_process_group()
H A Dinit.cpp690 c10::intrusive_ptr<::c10d::ProcessGroup> new_process_group) { in c10d_init()