Searched defs:ProcessState (Results 1 – 8 of 8) sorted by relevance
174 struct ProcessState { struct175 ProcessState(GlobalCallstackTrie* callsites, bool dump_at_max_mode) in ProcessState() function177 bool disconnected = false;178 bool buffer_overran = false;202 std::map<pid_t, ProcessState> process_states; argument
105 struct ProcessState { struct124 std::map<pid_t, ProcessState> process_states; argument
39 class ProcessState; variable
43 class ProcessState; variable
92 ProcessState() : modules_(NULL) { Clear(); } in ProcessState() function
45 ProcessState::ProcessState() : numa_enabled_(false) {} in ProcessState() function in tensorflow::ProcessState
47 } ProcessState; typedef517 } ProcessState; typedef