Searched refs:user_stop_count (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtask.c357 new_task->user_stop_count = 0;
1028 if (task->user_stop_count++ > 0) {
1076 if (task->user_stop_count > 0) {
1077 if (--task->user_stop_count == 0)
1219 basic_info->suspend_count = task->user_stop_count;
1252 basic_info->suspend_count = task->user_stop_count;
H A Dthread_act.c226 if ( thread->user_stop_count++ == 0 &&
256 if (thread->user_stop_count > 0) {
257 if ( --thread->user_stop_count == 0 &&
H A Dtask.h137 integer_t user_stop_count; /* outstanding stops */ member in struct:task
H A Dbsd_kern.c421 return(task->user_stop_count);
431 return(th->user_stop_count);
H A Dthread.h323 int user_stop_count; member in struct:thread
H A Dthread.c724 thread->user_stop_count = 1;
948 basic_info->suspend_count = thread->user_stop_count;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpcb.c1962 thr_act->suspend_count, thr_act->user_stop_count,

Completed in 17 milliseconds