Home
last modified time | relevance | path

Searched refs:multithreaded (Results 1 – 25 of 102) sorted by relevance

12345

/external/ImageMagick/MagickCore/
Dthread-private.h30 #define magick_number_threads(source,destination,chunk,multithreaded) \ argument
31 num_threads(GetMagickNumberThreads(source,destination,chunk,multithreaded))
51 const Image *destination,const size_t chunk,int multithreaded) in GetMagickNumberThreads() argument
58 if (multithreaded == 0) in GetMagickNumberThreads()
/external/eigen/cmake/
DFindBLASEXT.cmake17 # or IBMESSLMT then the module attempts to find the corresponding multithreaded libraries.
19 # The following variables have been added to manage links with sequential or multithreaded
24 # BLAS_PAR_LIBRARIES - BLAS component libraries to be linked (multithreaded)
103 "\n have also potentially detected some multithreaded BLAS libraries from the MKL."
111 "\n have also potentially detected some multithreaded BLAS libraries from the ACML."
119 "\n have also potentially detected some multithreaded BLAS libraries from the ESSL."
189 # if Intel 10 64 bit -> look for sequential and multithreaded versions
204 ## look for the multithreaded version
207 message(STATUS "Look for the multithreaded version Intel10_64lp")
238 ## look for the multithreaded version
[all …]
/external/zstd/tests/regression/
Dresults.csv51 silesia, multithreaded, compress cctx, …
52 silesia, multithreaded long distance mode, compress cctx, …
60 silesia, multithreaded with advanced params, compress cctx, …
90 github, multithreaded, compress cctx, …
91 github, multithreaded long distance mode, compress cctx, …
99 github, multithreaded with advanced params, compress cctx, …
115 silesia, multithreaded, zstdcli, …
116 silesia, multithreaded long distance mode, zstdcli, …
124 silesia, multithreaded with advanced params, zstdcli, …
141 silesia.tar, multithreaded, zstdcli, …
[all …]
/external/libfuse/lib/
Dcuse_lowlevel.c267 int *multithreaded, void *userdata) in cuse_lowlevel_setup() argument
282 *multithreaded = !opts.singlethread; in cuse_lowlevel_setup()
345 int multithreaded; in cuse_lowlevel_main() local
348 se = cuse_lowlevel_setup(argc, argv, ci, clop, &multithreaded, in cuse_lowlevel_main()
353 if (multithreaded) { in cuse_lowlevel_main()
/external/ImageMagick/filters/
Danalyze.c95 const Image *destination,const size_t chunk,int multithreaded) in GetMagickNumberThreads() argument
105 if (multithreaded == 0) in GetMagickNumberThreads()
120 #define magick_number_threads(source,destination,chunk,multithreaded) \ in analyzeImage() argument
121 num_threads(GetMagickNumberThreads(source,destination,chunk,multithreaded)) in analyzeImage()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
DREADME.md1 # lws minimal http server with multithreaded service
3 Lws supports multithreaded service... build lws with `-DLWS_MAP_SMP=<max number of threads>`, the
/external/pigweed/pw_analog/
Ddocs.rst20 Users are responsible for managing multithreaded access to the ADC driver if the
30 multithreaded access to the ADC driver if the ADC services multiple channels.
/external/angle/src/libANGLE/
DWorkerThread.cpp318 std::shared_ptr<WorkerThreadPool> WorkerThreadPool::Create(bool multithreaded) in Create() argument
324 if (hasPostWorkerTaskImpl && multithreaded) in Create()
330 if (!pool && multithreaded) in Create()
DWorkerThread.h78 static std::shared_ptr<WorkerThreadPool> Create(bool multithreaded);
/external/mesa3d/docs/
Ddispatch.rst80 In a multithreaded environment, a naive implementation of
112 become multithreaded, ``NULL`` is stored in ``_glapi_Dispatch``.
115 multithreaded case by comparing ``_glapi_Dispatch`` to ``NULL``. The
171 #. Using ``_glapi_Dispatch`` directly in builds for non-multithreaded
174 multithreaded environments.
176 multithreaded environments.
177 #. Using ``_glapi_tls_Dispatch`` directly in TLS enabled multithreaded
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DCMakeLists.txt13 # Enable multithreaded compiling
/external/angle/extensions/
DEGL_ANGLE_platform_angle_d3d.txt121 1) Some multithreaded applications can crash if the display automatically
127 Applications that do multithreaded rendering should disable automatic
/external/libfuse/include/
Dcuse_lowlevel.h76 int *multithreaded, void *userdata);
/external/mesa3d/docs/_extra/specs/
DMESA_multithread_makecurrent.spec32 The GLX context setup encourages multithreaded applications to
136 The intention is to allow multithreaded access to the GL at the
/external/angle/third_party/vulkan_memory_allocator/src/
DCMakeLists.txt63 # Enable multithreaded compiling
/external/zstd/
DTESTING.md24 - `tests/zstreamtest.c` under Tsan (streaming mode, including multithreaded mode)
/external/expat/win32/
DREADME.txt34 single threaded or multithreaded run-time library,
/external/autotest/client/tests/ffsb/
DREADME23 (4) use multithreaded workloads to stress the filesystem.
/external/zstd/lib/
DREADME.md22 When building with `make`, by default the dynamic library is multithreaded and static library is si…
31 - By default, as mentioned before, dynamic library is multithreaded, and static library is single-t…
33 When linking a POSIX program with a multithreaded version of `libzstd`,
/external/icu/icu4c/source/config/
Dmh-solaris39 # -mt means 'compiles and links a multithreaded program'
/external/rust/crates/tokio/tests/
Dsync_rwlock.rs170 async fn multithreaded() { in multithreaded() function
/external/webrtc/api/
DDESIGN.md6 This API is designed to be used on top of a multithreaded runtime.
/external/python/pybind11/tools/
Dpybind11Common.cmake12 pybind11::windows_extras - MSVC bigobj and mp for building multithreaded
119 # /MP enables multithreaded builds (relevant when there are many files), /bigobj is
/external/renderscript-intrinsics-replacement-toolkit/
DREADME.md20 These functions execute multithreaded on the CPU. They take advantage of Neon/AdvSimd
/external/eigen/doc/
DTopicMultithreading.dox45 In the case your own application is multithreaded, and multiple threads make calls to %Eigen, then …

12345