Searched refs:thread_t (Results 26 - 50 of 173) sorted by relevance

1234567

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c98 register thread_t thr_act,
102 register thread_t thr_act,
121 thread_t thr_act,
126 thread_t thr_act,
130 thread_t thr_act,
164 if (!db_check_act_address_valid((thread_t)(unsigned long)addr))
166 aux_param.thr_act = (thread_t)(unsigned long)addr;
216 register thread_t thr_act,
229 thread_t athread = thr_act;
244 db_act_swap_stat(__unused thread_t thr_ac
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_xnu.h58 extern kern_return_t chudxnu_bind_thread(thread_t thread, int cpu, int options);
59 extern kern_return_t chudxnu_unbind_thread(thread_t thread, int options);
61 extern kern_return_t chudxnu_thread_get_state(thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count, boolean_t user_only);
62 extern kern_return_t chudxnu_thread_set_state(thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count, boolean_t user_only);
63 extern kern_return_t chudxnu_thread_user_state_available(thread_t thread);
65 extern kern_return_t chudxnu_thread_get_callstack64(thread_t thread, uint64_t *callStack, mach_msg_type_number_t *count, boolean_t user_only);
68 extern thread_t chudxnu_current_thread(void);
70 extern task_t chudxnu_task_for_thread(thread_t thread);
79 extern kern_return_t chudxnu_thread_info( thread_t thread, thread_flavor_t flavor, thread_info_t thread_info_out, mach_msg_type_number_t *thread_info_count);
81 extern kern_return_t chudxnu_thread_last_context_switch(thread_t threa
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_loader.h69 thread_t thread,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPseudoKernel.c60 void bbSetRupt(ReturnHandler *rh, thread_t ct);
78 thread_t act, fact;
87 fact = (thread_t)task->threads.next; /* Get the first activation on task */
98 fact = (thread_t)fact->task_threads.next; /* Go to the next one */
157 void bbSetRupt(ReturnHandler *rh, thread_t act) {
242 thread_t th;
322 thread_t act;
335 void disable_bluebox_internal(thread_t act) { /* Terminate bluebox */
403 thread_t act, fact;
409 fact = (thread_t)tas
[all...]
H A Dvmachmon.c76 thread_t act,
110 static pmap_t vmm_get_adsp(thread_t act, vmm_thread_index_t index)
225 thread_t act,
278 thread_t act,
307 thread_t act,
425 vmm_max_addr(__unused thread_t act)
451 thread_t act,
485 thread_t act;
495 thread_t fact, gact;
525 fact = (thread_t)tas
[all...]
H A Dhw_perfmon.h86 extern int perfmon_disable(thread_t thr_act);
99 * int perfmon_control(thread_t thread, perfmon_action_t action, int pmc, u_int32_t val, u_int64_t *pmcs);
H A Dpcb.c90 void machine_act_terminate(thread_t);
127 thread_t
129 thread_t old,
131 thread_t new)
133 register thread_t retval;
216 thread_t thread,
263 thread_t thread)
339 act_machine_sv_free(thread_t act, __unused int flag)
450 thread_t act)
479 dump_thread(thread_t t
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c76 thread_t,
86 thread_t,
93 void * find_user_regs(thread_t);
107 void thread_set_cthreadself(thread_t thread, uint64_t pself, int isLP64);
117 __unused thread_t thread,
173 __unused thread_t thread,
215 thread_t parent,
216 thread_t child
269 void thread_set_child(thread_t child, int pid);
271 thread_set_child(thread_t chil
[all...]
H A Dfpu.c90 thread_t thr_act);
92 thread_t thr_act);
248 thread_t thr_act,
334 thread_t thr_act,
400 thread_t parent,
401 thread_t child)
492 thread_t thr_act;
537 thread_t thr_act = current_thread();
589 thread_t thr_act = current_thread();
631 thread_t thr_ac
[all...]
H A Dpcb.c131 void act_machine_throughcall(thread_t thr_act);
136 thread_t thread);
139 get_exception_state32(thread_t thread, x86_exception_state32_t *es);
142 get_exception_state64(thread_t thread, x86_exception_state64_t *es);
145 get_thread_state32(thread_t thread, x86_thread_state32_t *ts);
148 get_thread_state64(thread_t thread, x86_thread_state64_t *ts);
151 set_thread_state32(thread_t thread, x86_thread_state32_t *ts);
154 set_thread_state64(thread_t thread, x86_thread_state64_t *ts);
250 set_debug_state32(thread_t thread, x86_debug_state32_t *ds)
311 set_debug_state64(thread_t threa
[all...]
H A Dmachine_routines.c67 extern thread_t Shutdown_context(thread_t thread, void (*doshutdown)(processor_t),processor_t processor);
258 thread_t thread,
302 thread_t
304 thread_t thread,
530 extern thread_t current_act(void);
531 thread_t
538 extern thread_t current_thread(void);
539 thread_t
552 boolean_t ml_thread_is64bit(thread_t threa
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c153 static thread_t run_queue_dequeue(
157 static thread_t thread_select_idle(
158 thread_t thread,
161 static thread_t processor_idle(
162 thread_t thread,
165 static thread_t steal_thread(
168 static thread_t steal_processor_thread(
183 thread_t thread);
369 thread_t thread = p0;
396 thread_t threa
[all...]
H A Dtask.c193 thread_t thread;
242 queue_iterate(&task->threads, thread, thread_t, task_threads) {
526 thread_t thread, self;
589 queue_iterate(&task->threads, thread, thread_t, task_threads) {
676 thread_t thread, self;
711 queue_iterate(&task->threads, thread, thread_t, task_threads) {
762 register thread_t thread;
772 queue_iterate(&task->threads, thread, thread_t, task_threads) {
823 register thread_t thread, self;
835 queue_iterate(&task->threads, thread, thread_t, task_thread
[all...]
H A Daffinity.c74 static void affinity_set_add(affinity_set_t aset, thread_t thread);
75 static affinity_set_t affinity_set_remove(affinity_set_t aset, thread_t thread);
99 thread_affinity_get(thread_t thread)
118 thread_affinity_set(thread_t thread, uint32_t tag)
304 thread_affinity_dup(thread_t parent, thread_t child)
334 thread_affinity_terminate(thread_t thread)
424 affinity_set_add(affinity_set_t aset, thread_t thread)
430 thread, thread_t, affinity_threads);
444 affinity_set_remove(affinity_set_t aset, thread_t threa
[all...]
H A Dast.c100 thread_t thread = current_thread();
188 thread_t thread = processor->active_thread;
H A Dast.h194 extern void act_set_astbsd(thread_t);
195 extern void bsd_ast(thread_t);
H A Dwait_queue.h200 thread_t thread);
205 thread_t thread,
223 __private_extern__ thread_t wait_queue_wakeup64_identity_locked(
233 thread_t thread,
332 thread_t thread,
363 thread_t thread,
H A Dpriority.c91 thread_t thread = p1;
230 register thread_t thread,
248 register thread_t thread,
278 register thread_t thread)
296 register thread_t thread)
H A Dstartup.c123 thread_t thread);
141 thread_t thread;
344 thread_t thread;
375 thread_t self = current_thread();
397 thread_t thread)
H A Dwait_queue.c861 thread_t thread)
918 thread_t thread = current_thread();
952 thread_t thread = current_thread();
1030 thread_t t = (thread_t)wq_element;
1089 thread_t thread = (thread_t) dequeue(q);
1182 static thread_t
1189 thread_t t = THREAD_NULL;
1227 t = (thread_t)wq_elemen
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsignalvar.h195 void execsigs(struct proc *p, thread_t thread);
218 void threadsignal(thread_t sig_actthread, int signum,
220 int thread_issignal(proc_t p, thread_t th, sigset_t mask);
221 void psignal_vfork(struct proc *p, task_t new_task, thread_t thread,
226 void signal_setast(thread_t sig_actthread);
H A Dimgact.h102 thread_t ip_vfork_thread; /* thread created, if vfork */
H A Dpthread_internal.h58 thread_t owner; /* Which thread has this mutex locked */
114 thread_t owner;
147 thread_t th_thread;
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmach_types.h119 typedef struct thread *thread_t, *thread_act_t; typedef in typeref:struct:thread
161 typedef mach_port_t thread_t;
200 * For example, Mig won't use the thread_t translations
206 typedef thread_t *thread_array_t;
221 typedef thread_t thread_port_t;
247 #define THREAD_NULL ((thread_t) 0)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_internal.h46 thread_t kdp_thread;

Completed in 122 milliseconds

1234567