Home
last modified time | relevance | path

Searched refs:threading (Results 1 – 16 of 16) sorted by relevance

/oneTBB/doc/main/intro/
H A DBenefits.rst8 without having to be a threading expert. Typically you can improve
16 using platform-dependent threading primitives to exotic new languages.
20 typical threading packages in the following ways:
24 threads**. Most threading packages require you to specify threads.
34 - **oneTBB targets threading for performance**. Most general-purpose
35 threading packages support many different kinds of threading, such as
36 threading for asynchronous events in graphical user interfaces. As a
43 - **oneTBB is compatible with other threading packages.** Because the
44 library is not designed to address all threading problems, it can
45 coexist seamlessly with other threading packages.
/oneTBB/examples/parallel_reduce/pi/
H A Dpi.cpp49 threading::threading(int p) { in threading() function in threading
53 threading::~threading() { in ~threading()
H A Dcommon.h44 struct threading { struct
45 threading(int p);
46 ~threading();
H A Dmain.cpp75 threading tp(p); in main()
/oneTBB/python/
H A DREADME.md5 multi-threaded and multiprocess Python programs by enabling threading composability
9 standard library or libraries like Dask or Joblib (used either in multi-threading or multi-processi…
14 …ted in class Monkey, no source code change is needed in order to enable threading composability in…
34 …xt of `with tbb.Monkey():` when oneTBB is enabled. By default only multi-threading will be covered.
35 …py in context of `with tbb.Monkey():` when oneTBB enabled in both multi-threading and multi-proces…
/oneTBB/
H A DREADME.md5 to complex applications, even if you are not a threading expert.
11 The library differs from typical threading packages in the following ways:
13 * oneTBB targets threading for performance.
14 * oneTBB is compatible with other threading packages.
/oneTBB/doc/main/tbb_userguide/
H A Dappendix_B.rst8 threading packages. No special effort is required to use any part of
9 oneTBB with other threading packages.
H A DWhen_Task-Based_Programming_Is_Inappropriate.rst7 Using the task scheduler is usually the best approach to threading for
H A DWhen_Not_to_Use_Queues.rst29 threading is implicit, it optimizes use of worker threads so that they
H A DGuiding_Task_Scheduler_Execution.rst83 …w.intel.com/content/www/us/en/architecture-and-technology/hyper-threading/hyper-threading-technolo…
H A DTask-Based_Programming.rst31 The threads you create with a threading package are *logical* threads,
/oneTBB/python/tbb/
H A Dpool.py68 import threading
328 self._event = threading.Event()
493 self._cond = threading.Condition()
572 self._lock = threading.Lock()
H A Dtest.py47 import threading
64 get_tid = lambda: threading.current_thread().ident
/oneTBB/doc/
H A Dindex.rst10 * :ref:`Benefits` describes how |short_name| differs from typical threading packages.
/oneTBB/integration/linux/modulefiles/
H A Dtbb3246 module-whatis "Description: Flexible threading library for adding parallelism to complex applicatio…
H A Dtbb46 module-whatis "Description: Flexible threading library for adding parallelism to complex applicatio…