Searched refs:THR_ACT_NULL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c525 if (thr_act == THR_ACT_NULL) {
526 if ((thr_act = current_thread()) == THR_ACT_NULL)
536 if (thr_act == THR_ACT_NULL || thr_act == current_thread()) {
700 task_t task = (thr_act != THR_ACT_NULL)? thr_act->task: TASK_NULL;
716 if (thr_act != THR_ACT_NULL && thr_act->machine.pcb) {
811 if (th == THR_ACT_NULL)
813 if (th == THR_ACT_NULL) {
828 top_act = THR_ACT_NULL;
838 task = (th != THR_ACT_NULL)? th->task: TASK_NULL;
848 if (th == THR_ACT_NULL)
[all...]
H A Ddb_interface.c393 if (current_thread() == THR_ACT_NULL) return(FALSE);
421 if (current_thread() == THR_ACT_NULL) /* See if there is a current task */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c470 aux_param.thr_act = THR_ACT_NULL;
478 if (aux_param.thr_act != THR_ACT_NULL)
851 if ((thread = db_default_act) == THR_ACT_NULL) {
852 if ((thread = current_act()) == THR_ACT_NULL) {
1027 if (thr_act == THR_ACT_NULL) {
1109 if (thr_act == THR_ACT_NULL) {
1120 if (shuttle->top_act == THR_ACT_NULL)
1124 for (thr_act = shuttle->top_act; thr_act != THR_ACT_NULL;
1243 if (thr_act == THR_ACT_NULL)
1279 if (thr_act == THR_ACT_NULL) {
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmach_types.h248 #define THR_ACT_NULL ((thread_act_t) 0) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c810 if (target_act == THR_ACT_NULL)

Completed in 84 milliseconds