Home
last modified time | relevance | path

Searched refs:style (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.61.2/tests/recount/
H A Drecount_tests.c79 thread_start(struct usage_thread *th, const char *name, enum usage_style style) in thread_start() argument
81 th->ut_style = style; in thread_start()
86 style == USAGE_SPIN ? spin_thread : sleep_thread, &th->ut_arg); in thread_start()
89 style == USAGE_SPIN ? "spin" : "sleep"); in thread_start()
/xnu-8792.61.2/bsd/man/man9/
H A DMakefile28 style.9 \
/xnu-8792.61.2/osfmk/tests/
H A DREADME.md90 …itions and report test case SUCCESS/FAILURE. See xnupost.h for `XT_RET* ` style return values. The…
/xnu-8792.61.2/osfmk/console/
H A Dvideo_console.c3115 int style = (0 == (2 & vc_progress_withmeter)); in vc_draw_progress_meter() local
3121 endCapPos = ((style && onoff) ? pos : barWidth); in vc_draw_progress_meter()
3249 int style = (0 == (2 & vc_progress_withmeter)); in internal_set_progressmeter() local
3259 capRedraw = (style ? (kProgressBarCapWidth * vc_uiscale) : 0); in internal_set_progressmeter()
/xnu-8792.61.2/osfmk/mach/
H A Dthread_act.defs138 * Backward compatible old-style thread routines.
/xnu-8792.61.2/makedefs/
H A DMakeInc.rule56 # $(2) is "1" if it's a "GEN"-style rule that looks locally, or else $(SOURCE)
H A DMakeInc.top46 # Accept either explicit ARCH_CONFIGS or XBS-style RC_ARCHS
H A DMakeInc.def209 -Wno-old-style-cast
/xnu-8792.61.2/doc/
H A Ddebugging.md307 ### Coding style