Home | History | Annotate | Download | only in docs

Lines Matching full:threaded

2056 through version 2.5, the execution of threaded hosted applications was
2057 supported, but not threaded client access to the APIs. While this use case is
2062 intrinsics in order to support threaded operation. If you need a
2064 compiler, consider compiling LLVM and LLVM-GCC in single-threaded mode, and
2074 excessive locking overhead in the single-threaded case, the LLVM must intialize
2091 threaded applications in the JIT, though :ref:`care must be taken
2168 LLVM's "eager" JIT compiler is safe to use in threaded programs. Multiple
2182 threaded program if you ensure that only one thread at a time can call any
2184 using only the eager JIT in threaded programs.