Lines Matching defs:mock_process_state
164 struct mock_process_state { struct
165 void *proctask; // buffer for proc and task
166 struct proc *main_proc;
167 struct task *main_task;
168 struct cpu_data cpud;
169 struct mock_thread *main_thread;
170 uint64_t thread_unique_id;
171 uint64_t _faults;
172 uint64_t _pageins;
173 uint64_t _cow_faults;
176 pthread_key_t tls_thread_key;
200 mock_init_new_thread(struct mock_process_state* s) in mock_init_new_thread() argument