Home
last modified time | relevance | path

Searched refs:FICL_MULTITHREAD (Results 1 – 13 of 13) sorted by relevance

/freebsd/stand/ficl/aarch64/
H A Dsysdep.h169 #define FICL_MULTITHREAD 0 macro
258 #if !defined FICL_MULTITHREAD
259 #define FICL_MULTITHREAD 0 macro
394 #if FICL_MULTITHREAD
H A Dsysdep.c92 #if FICL_MULTITHREAD
/freebsd/stand/ficl/amd64/
H A Dsysdep.h170 #define FICL_MULTITHREAD 0 macro
278 #if !defined FICL_MULTITHREAD
279 #define FICL_MULTITHREAD 0 macro
406 #if FICL_MULTITHREAD
H A Dsysdep.c94 #if FICL_MULTITHREAD
/freebsd/stand/ficl/i386/
H A Dsysdep.h168 #define FICL_MULTITHREAD 0 macro
276 #if !defined FICL_MULTITHREAD
277 #define FICL_MULTITHREAD 0 macro
404 #if FICL_MULTITHREAD
H A Dsysdep.c94 #if FICL_MULTITHREAD
/freebsd/stand/ficl/arm/
H A Dsysdep.h170 #define FICL_MULTITHREAD 0 macro
269 #if !defined FICL_MULTITHREAD
270 #define FICL_MULTITHREAD 0 macro
405 #if FICL_MULTITHREAD
H A Dsysdep.c92 #if FICL_MULTITHREAD
/freebsd/stand/ficl/riscv/
H A Dsysdep.h169 #define FICL_MULTITHREAD 0 macro
258 #if !defined FICL_MULTITHREAD
259 #define FICL_MULTITHREAD 0 macro
394 #if FICL_MULTITHREAD
H A Dsysdep.c92 #if FICL_MULTITHREAD
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h170 #define FICL_MULTITHREAD 0 macro
269 #if !defined FICL_MULTITHREAD
270 #define FICL_MULTITHREAD 0 macro
408 #if FICL_MULTITHREAD
H A Dsysdep.c92 #if FICL_MULTITHREAD
/freebsd/stand/ficl/
H A Dficl.c316 #if FICL_MULTITHREAD in ficlBuild()