Searched refs:thread_ro (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | thread.h | 170 typedef struct thread_ro *thread_ro_t; 184 struct thread_ro { struct 776 struct thread_ro *t_tro;
|
| H A D | ipc_tt.c | 956 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 D | bsd_kern.c | 151 zone_require_ro(ZONE_ID_THREAD_RO, sizeof(struct thread_ro), tro); in get_thread_ro()
|
| H A D | thread.c | 182 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 D | kern_prot.c | 1179 struct thread_ro *tro = current_thread_ro(); in kern_settid()
|
| /xnu-11215/bsd/vfs/ |
| H A D | kpi_vfs.c | 1634 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()
|