Home
last modified time | relevance | path

Searched refs:init_result_ (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/mac/
DMachIPC.mm170 init_result_ = mach_port_allocate(current_task,
174 if (init_result_ != KERN_SUCCESS)
177 init_result_ = mach_port_insert_right(current_task,
182 if (init_result_ != KERN_SUCCESS)
186 init_result_ = task_get_bootstrap_port(current_task, &task_bootstrap_port);
188 if (init_result_ != KERN_SUCCESS)
191 init_result_ = breakpad::BootstrapRegister(
202 init_result_ = mach_port_allocate(current_task,
206 if (init_result_ != KERN_SUCCESS)
209 init_result_ = mach_port_insert_right(current_task,
[all …]
DMachIPC.h275 kern_return_t init_result_; variable
296 kern_return_t init_result_; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h284 Status init_result_ GUARDED_BY(mu_);
Dprocess_function_library_runtime.cc52 init_result_ = parent->Instantiate(function_name, lib_def, attrs, options, in DistributedInit()
55 return init_result_; in DistributedInit()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc282 Status init_result_ GUARDED_BY(mu_);
360 init_result_ = s; in RegisterPartitions()
367 const Status result = init_result_; in RegisterPartitions()