Searched refs:thread_act_t (Results 1 - 6 of 6) sorted by relevance

/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:
162 typedef mach_port_t thread_act_t;
210 typedef thread_act_t *thread_act_array_t;
232 typedef thread_act_t thread_act_port_t;
248 #define THR_ACT_NULL ((thread_act_t) 0)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c399 register thread_act_t thr_act,
403 register thread_act_t thr_act,
421 thread_act_t thr_act,
426 thread_act_t thr_act,
436 thread_act_t thr_act,
473 if (!db_check_act_address_valid((thread_act_t)addr))
475 aux_param.thr_act = (thread_act_t)addr;
525 register thread_act_t thr_act,
561 register thread_act_t thr_act,
602 thread_act_t thr_ac
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c110 thread_act_t thr_act,
521 thread_act_t thr_act = ap->thr_act;
695 thread_act_t thr_act,
763 thread_act_t th, top_act;
797 if (!db_check_act_address_valid((thread_act_t)addr)) {
804 act_list = &(((thread_act_t)addr)->task->threads);
805 thcount = db_lookup_task_act(((thread_act_t)addr)->task,
806 (thread_act_t)addr);
842 th = (thread_act_t) addr;
1114 th = (thread_act_t) queue_nex
[all...]
H A Ddb_low_trace.c667 thread_act_t act;
677 for(act = (thread_act_t)task->threads.next; act != (thread_act_t)&task->threads; act = (thread_act_t)act->task_threads.next) { /* Go through activations */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dtags.c87 thread_act_t *thread_array;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c804 thread_act_t target_act;
808 target_act = (thread_act_t)port_name_to_thread(uap->thread_port);
836 thread_act_t thread;

Completed in 88 milliseconds