Searched refs:thread_act_t (Results 1 – 13 of 13) sorted by relevance
| /xnu-11417.121.6/osfmk/mach/ |
| H A D | thread_act.defs | 133 target_act : thread_act_t; 167 target_act : thread_act_t; 199 target_act : thread_act_t); 214 target_act : thread_act_t); 223 thread : thread_act_t); 247 thr_act : thread_act_t; 263 thread : thread_act_t; 278 thread : thread_act_t; 292 thread : thread_act_t; 306 thr_act : thread_act_t; [all …]
|
| H A D | mach_types.h | 123 typedef struct thread *thread_t, *thread_act_t, *thread_inspect_t, *thread_read_t; typedef 184 typedef mach_port_t thread_act_t; 254 typedef thread_act_t *thread_act_array_t; 277 typedef thread_act_t thread_act_port_t; 305 #define THR_ACT_NULL ((thread_act_t) NULL) 335 #define THR_ACT_NULL ((thread_act_t) 0)
|
| H A D | mach_types.defs | 204 type thread_act_t = mach_port_t 206 intran: thread_act_t convert_port_to_thread(mach_port_t) 207 outtran: mach_port_t convert_thread_to_port(thread_act_t) 208 destructor: thread_deallocate(thread_act_t) 213 cusertype: thread_act_t 215 intran: thread_act_t convert_port_to_thread(mach_port_t) 216 destructor: thread_deallocate(thread_act_t) 231 type thread_act_array_t = ^array[] of thread_act_t;
|
| H A D | semaphore.defs | 68 thread : thread_act_t);
|
| H A D | task.defs | 248 out child_act : thread_act_t); 266 out child_act : thread_act_t);
|
| H A D | host_priv.defs | 150 thread : thread_act_t;
|
| /xnu-11417.121.6/libsyscall/mach/ |
| H A D | thread_act.c | 35 thread_policy(thread_act_t thr_act, policy_t policy, policy_base_t base, mach_msg_type_number_t bas… in thread_policy() 50 thread_policy_set(thread_act_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, … in thread_policy_set() 65 thread_set_policy(thread_act_t thr_act, processor_set_t pset, policy_t policy, policy_base_t base, … in thread_set_policy()
|
| /xnu-11417.121.6/tests/ |
| H A D | arm_matrix.h | 52 kern_return_t (*thread_get_state)(thread_act_t, void *); 53 kern_return_t (*thread_set_state)(thread_act_t, const void *);
|
| H A D | arm_matrix_sme.c | 419 sme_thread_get_state(thread_act_t thread, void *addr) in sme_thread_get_state() 494 sme_thread_set_state(thread_act_t thread, const void *addr) in sme_thread_set_state()
|
| /xnu-11417.121.6/tools/tests/affinity/ |
| H A D | tags.c | 85 thread_act_t *thread_array; in main()
|
| /xnu-11417.121.6/bsd/sys/ |
| H A D | pthread_shims.h | 249 kern_return_t (*thread_resume)(thread_act_t target_act);
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | kern_sig.c | 934 thread_act_t target_act; in __pthread_markcancel() 938 target_act = (thread_act_t)port_name_to_thread(uap->thread_port, in __pthread_markcancel() 968 thread_act_t thread; in __pthread_canceled()
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | thread.c | 3445 thread_act_t thread, in thread_get_mach_voucher()
|