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

/darwin-on-arm/xnu/osfmk/kern/
H A Dbsd_kern.c130 thread_t inc, thread = THREAD_NULL; local
140 for (inc = (thread_t)queue_first(&task->threads);
141 !queue_end(&task->threads, (queue_entry_t)inc); ) {
142 thread_mtx_lock(inc);
143 if (inc->active &&
144 (inc->sched_flags & TH_SFLAG_ABORTED_MASK) != TH_SFLAG_ABORT) {
145 thread = inc;
148 thread_mtx_unlock(inc);
150 inc = (thread_t)queue_next(&inc
178 thread_t inc; local
262 thread_t inc; local
532 thread_t inc; local
[all...]
/darwin-on-arm/xnu/SETUP/config/
H A Dmkheaders.c166 int inc, oldcount; local
202 inc = atoi(cp);
204 oldcount = inc;
205 inc = count;
212 fl->f_type = inc;
/darwin-on-arm/xnu/libkern/c++/
H A DOSObject.cpp116 UInt32 inc = 1; local
122 inc |= (1UL<<16);
151 newCount = origCount + inc;
/darwin-on-arm/xnu/osfmk/i386/
H A Dstart.s237 inc %eax
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.c659 struct timespec *now, boolean_t inc)
668 sp->sfb_qid, inc ? "increment" : "decrement",
676 if (inc)
658 sfb_adjust_bin(struct sfb *sp, struct sfbbinstats *bin, struct timespec *ft, struct timespec *now, boolean_t inc) argument
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dstart.s569 inc %eax
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c4033 int inc = 1;
4066 inc = -1;
4147 for (regs[rd] = notfound; addr != limit; addr += inc) {

Completed in 47 milliseconds