Home
last modified time | relevance | path

Searched refs:ProcessState (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dprocess_state.cc69 ProcessState* ProcessState::instance_ = nullptr;
71 /*static*/ ProcessState* ProcessState::singleton() { in singleton()
73 instance_ = new ProcessState; in singleton()
79 ProcessState::ProcessState() : gpu_device_enabled_(false) { in ProcessState() function in tensorflow::ProcessState
84 ProcessState::~ProcessState() { in ~ProcessState()
91 string ProcessState::MemDesc::DebugString() { in DebugString()
96 ProcessState::MemDesc ProcessState::PtrType(const void* ptr) { in PtrType()
106 Allocator* ProcessState::GetGPUAllocator(const GPUOptions& options, in GetGPUAllocator()
177 Allocator* ProcessState::GetCPUAllocator(int numa_node) { in GetCPUAllocator()
225 Allocator* ProcessState::GetCUDAHostAllocator(int numa_node) { in GetCUDAHostAllocator()
[all …]
Dprocess_state.h39 class ProcessState {
41 static ProcessState* singleton();
115 ProcessState();
117 static ProcessState* instance_;
127 virtual ~ProcessState();
140 RecordingAllocator(ProcessState::MDMap* mm, Allocator* a, in RecordingAllocator()
141 ProcessState::MemDesc md, mutex* mu) in RecordingAllocator()
162 ProcessState::MDMap* mm_; // not owned
164 ProcessState::MemDesc md_;
Dgpu_device_factory.cc45 ProcessState* ps = ProcessState::singleton(); in GetAllocator()
93 ProcessState* ps = ProcessState::singleton(); in GetAllocator()
/external/google-breakpad/src/processor/
Dmicrodump_processor_unittest.cc51 using google_breakpad::ProcessState;
80 ProcessState* state) { in ProcessMicrodump()
89 void AnalyzeDump(const string& microdump_file_name, ProcessState* state, in AnalyzeDump()
113 ProcessState state; in TEST_F()
120 ProcessState state; in TEST_F()
127 ProcessState state; in TEST_F()
148 ProcessState state; in TEST_F()
157 ProcessState state; in TEST_F()
175 ProcessState state; in TEST_F()
Dstackwalk_common.h39 class ProcessState; variable
42 void PrintProcessStateMachineReadable(const ProcessState& process_state);
43 void PrintProcessState(const ProcessState& process_state,
Dprocess_state.cc42 ProcessState::~ProcessState() { in ~ProcessState()
46 void ProcessState::Clear() { in Clear()
Dexploitability.cc50 ProcessState *process_state) in Exploitability()
60 ProcessState *process_state) { in ExploitabilityForPlatform()
Dexploitability_unittest.cc46 using google_breakpad::ProcessState;
62 ProcessState state; in ExploitabilityFor()
Dminidump_stackwalk.cc57 using google_breakpad::ProcessState;
90 ProcessState process_state; in PrintMinidumpProcess()
Dminidump_processor_unittest.cc160 using google_breakpad::ProcessState;
328 ProcessState state; in TEST_F()
363 ProcessState state; in TEST_F()
405 ProcessState state; in TEST_F()
537 ProcessState state; in TEST_F()
573 ProcessState state; in TEST_F()
630 ProcessState state; in TEST_F()
Dmicrodump_stackwalk.cc56 using google_breakpad::ProcessState;
88 ProcessState process_state; in PrintMicrodumpProcess()
Dexploitability_linux.h48 ProcessState *process_state);
Dexploitability_win.h48 ProcessState *process_state);
Dexploitability_linux.cc59 ProcessState *process_state) in ExploitabilityLinux()
Dmicrodump_processor.cc58 ProcessState* process_state) { in Process()
/external/google-breakpad/src/google_breakpad/processor/
Dexploitability.h54 ProcessState *process_state);
61 ProcessState *process_state);
64 ProcessState *process_state_;
Dminidump_processor.h43 class ProcessState; variable
74 ProcessState* process_state);
79 ProcessState* process_state);
Dprocess_state.h90 class ProcessState {
92 ProcessState() : modules_(NULL) { Clear(); } in ProcessState() function
93 ~ProcessState();
Dmicrodump_processor.h43 class ProcessState; variable
56 ProcessState* process_state);
/external/nos/host/android/citadel/citadeld/
Dmain.cpp36 using ::android::ProcessState;
119 ProcessState::initWithDriver("/dev/vndbinder"); in main()
132 ProcessState::self()->startThreadPool(); in main()
DCitadeldProxyClient.cpp28 using ::android::ProcessState;
42 ProcessState::initWithDriver("/dev/vndbinder"); in Open()
/external/libbrillo/brillo/
Dbinder_watcher.cc25 using android::ProcessState;
55 ProcessState::self()->setThreadPoolMaxThreadCount(0); in Init()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma_mgr.cc285 ProcessState::singleton()->GetCUDAHostAllocator(0), in InitAllocators()
286 ProcessState::singleton()->GetCPUAllocator(0), in InitAllocators()
326 ProcessState::singleton()->AddGPUAllocVisitor(bus_id, cuda_alloc_visitor); in InitAllocators()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_memory_manager.cc277 ProcessState::singleton()->GetCUDAHostAllocator(0), in Init()
278 ProcessState::singleton()->GetCPUAllocator(0), in Init()
311 ProcessState::singleton()->AddGPUAllocVisitor(bus_id, cuda_alloc_visitor); in Init()
433 Allocator* alloc = ProcessState::singleton()->GetCUDAHostAllocator(0); in TransportOptionsFromTensor()
535 Allocator* alloc = ProcessState::singleton()->GetCUDAHostAllocator(0); in TensorFromTransportOptions()
/external/deqp/framework/delibs/deutil/
DdeProcess.c47 } ProcessState; typedef
51 ProcessState state;
517 } ProcessState; typedef
521 ProcessState state;

12