Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/arm64/
H A Dstatus.c2021 struct arm_saved_state *child_state; in thread_set_child() local
2023 child_state = get_user_regs(child); in thread_set_child()
2025 set_saved_state_reg(child_state, 0, pid); in thread_set_child()
2026 set_saved_state_reg(child_state, 1, 1ULL); in thread_set_child()