Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread.h170 typedef struct thread_ro *thread_ro_t;
184 struct thread_ro { struct
776 struct thread_ro *t_tro;
H A Dipc_tt.c956 const struct thread_ro *tro_tpl) in ipc_thread_ro_update_ports()
958 vm_size_t offs = offsetof(struct thread_ro, tro_self_port); in ipc_thread_ro_update_ports()
966 static_assert(offsetof(struct thread_ro, tro_settable_self_port) == in ipc_thread_ro_update_ports()
967 offsetof(struct thread_ro, tro_self_port) + in ipc_thread_ro_update_ports()
970 static_assert(offsetof(struct thread_ro, tro_ports) == in ipc_thread_ro_update_ports()
971 offsetof(struct thread_ro, tro_self_port) + in ipc_thread_ro_update_ports()
1080 ipc_thread_ro_update_ports(tro, &(struct thread_ro){ }); in ipc_thread_terminate()
1197 struct thread_ro tpl = { in ipc_thread_reset()
H A Dbsd_kern.c151 zone_require_ro(ZONE_ID_THREAD_RO, sizeof(struct thread_ro), tro); in get_thread_ro()
H A Dthread.c182 ZONE_DEFINE_ID(ZONE_ID_THREAD_RO, "threads_ro", struct thread_ro, ZC_READONLY);
1313 struct thread_ro tro_tpl = { }; in thread_create_internal()
/xnu-11215/bsd/kern/
H A Dkern_prot.c1179 struct thread_ro *tro = current_thread_ro(); in kern_settid()
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c1634 static_assert(offsetof(struct thread_ro, tro_owner) == in vfs_context_current()
1636 static_assert(offsetof(struct thread_ro, tro_cred) == in vfs_context_current()