Searched refs:kern_collect_userth_state (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/osfmk/kdp/ |
| H A D | kdp_core.h | 129 void kern_collect_userth_state(task_t task, thread_t thread, void *buffer, uint64_t size);
|
| H A D | user_core.c | 163 kern_collect_userth_state(uccontext->task, thread, buf, thread_state_size); in user_dump_save_thread_state()
|
| /xnu-11417.121.6/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_vm.c | 77 kern_collect_userth_state(task_t task __unused, thread_t thread, void *buffer, uint64_t size) in kern_collect_userth_state() function
|
| /xnu-11417.121.6/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 415 kern_collect_userth_state(task_t task, thread_t thread, void *buffer, uint64_t size) in kern_collect_userth_state() function
|