Searched refs:FICL_MULTITHREAD (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/sys/boot/ficl/aarch64/
H A Dsysdep.h170 #define FICL_MULTITHREAD 0 macro
251 ** FICL_MULTITHREAD enables dictionary mutual exclusion
259 #if !defined FICL_MULTITHREAD
260 #define FICL_MULTITHREAD 0 macro
395 #if FICL_MULTITHREAD
H A Dsysdep.c93 #if FICL_MULTITHREAD
99 #endif /* FICL_MULTITHREAD */
/freebsd-11.0-release/sys/boot/ficl/amd64/
H A Dsysdep.h171 #define FICL_MULTITHREAD 0 macro
271 ** FICL_MULTITHREAD enables dictionary mutual exclusion
279 #if !defined FICL_MULTITHREAD
280 #define FICL_MULTITHREAD 0 macro
407 #if FICL_MULTITHREAD
H A Dsysdep.c93 #if FICL_MULTITHREAD
99 #endif /* FICL_MULTITHREAD */
/freebsd-11.0-release/sys/boot/ficl/arm/
H A Dsysdep.h171 #define FICL_MULTITHREAD 0 macro
262 ** FICL_MULTITHREAD enables dictionary mutual exclusion
270 #if !defined FICL_MULTITHREAD
271 #define FICL_MULTITHREAD 0 macro
406 #if FICL_MULTITHREAD
H A Dsysdep.c93 #if FICL_MULTITHREAD
99 #endif /* FICL_MULTITHREAD */
/freebsd-11.0-release/sys/boot/ficl/i386/
H A Dsysdep.h169 #define FICL_MULTITHREAD 0 macro
269 ** FICL_MULTITHREAD enables dictionary mutual exclusion
277 #if !defined FICL_MULTITHREAD
278 #define FICL_MULTITHREAD 0 macro
405 #if FICL_MULTITHREAD
H A Dsysdep.c129 #if FICL_MULTITHREAD
135 #endif /* FICL_MULTITHREAD */
/freebsd-11.0-release/sys/boot/ficl/mips/
H A Dsysdep.h171 #define FICL_MULTITHREAD 0 macro
262 ** FICL_MULTITHREAD enables dictionary mutual exclusion
270 #if !defined FICL_MULTITHREAD
271 #define FICL_MULTITHREAD 0 macro
406 #if FICL_MULTITHREAD
H A Dsysdep.c93 #if FICL_MULTITHREAD
99 #endif /* FICL_MULTITHREAD */
/freebsd-11.0-release/sys/boot/ficl/mips64/
H A Dsysdep.h171 #define FICL_MULTITHREAD 0 macro
262 ** FICL_MULTITHREAD enables dictionary mutual exclusion
270 #if !defined FICL_MULTITHREAD
271 #define FICL_MULTITHREAD 0 macro
406 #if FICL_MULTITHREAD
H A Dsysdep.c93 #if FICL_MULTITHREAD
99 #endif /* FICL_MULTITHREAD */
/freebsd-11.0-release/sys/boot/ficl/powerpc/
H A Dsysdep.h171 #define FICL_MULTITHREAD 0 macro
262 ** FICL_MULTITHREAD enables dictionary mutual exclusion
270 #if !defined FICL_MULTITHREAD
271 #define FICL_MULTITHREAD 0 macro
406 #if FICL_MULTITHREAD
H A Dsysdep.c93 #if FICL_MULTITHREAD
99 #endif /* FICL_MULTITHREAD */
/freebsd-11.0-release/sys/boot/ficl/riscv/
H A Dsysdep.h170 #define FICL_MULTITHREAD 0 macro
251 ** FICL_MULTITHREAD enables dictionary mutual exclusion
259 #if !defined FICL_MULTITHREAD
260 #define FICL_MULTITHREAD 0 macro
395 #if FICL_MULTITHREAD
H A Dsysdep.c93 #if FICL_MULTITHREAD
99 #endif /* FICL_MULTITHREAD */
/freebsd-11.0-release/sys/boot/ficl/sparc64/
H A Dsysdep.h171 #define FICL_MULTITHREAD 0 macro
252 ** FICL_MULTITHREAD enables dictionary mutual exclusion
260 #if !defined FICL_MULTITHREAD
261 #define FICL_MULTITHREAD 0 macro
396 #if FICL_MULTITHREAD
H A Dsysdep.c93 #if FICL_MULTITHREAD
99 #endif /* FICL_MULTITHREAD */
/freebsd-11.0-release/sys/boot/ficl/
H A Dficl.c77 ** but you can insert one: #define FICL_MULTITHREAD 1
317 #if FICL_MULTITHREAD
320 #endif /* FICL_MULTITHREAD */

Completed in 165 milliseconds