Searched refs:promotions (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dlocks.c607 holder->promotions++;
689 thread->promotions++;
735 if (thread->promotions > 0) {
739 if ( --thread->promotions == 0 &&
H A Dthread.h228 integer_t promotions; /* level of promotion */ member in struct:thread
H A Dthread.c201 thread_template.promotions = 0;
/darwin-on-arm/xnu/osfmk/i386/
H A Dlocks_i386.c1830 thread_tid(thread), thread->promotions, thread->sched_flags & TH_SFLAG_PROMOTED, 0, 0);
1832 if (thread->promotions > 0) {
1837 if (--thread->promotions == 0 && (thread->sched_flags & TH_SFLAG_PROMOTED)) {
1907 thread->promotions++;
2058 holder->promotions++;

Completed in 35 milliseconds