Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 26) sorted by relevance

12

/oneTBB/src/tbb/
H A Dthread_request_serializer.h33 virtual void update(int delta) = 0;
46 void update(int delta) override;
68 void update(int delta) override;
H A Dthread_request_serializer.cpp29 void thread_request_serializer::update(int delta) { in update() function in tbb::detail::r1::thread_request_serializer
112 void thread_request_serializer_proxy::update(int delta) { my_serializer.update(delta); } in update() function in tbb::detail::r1::thread_request_serializer_proxy
H A Dpermit_manager.h49 my_thread_request_observer->update(delta); in notify_thread_request()
/oneTBB/test/tbb/
H A Dtest_mutex.h65 void update() { in update() function
97 update(); in flog_once()
113 update(); in flog_once()
124 update(); in flog_once()
140 update(); in flog_once()
/oneTBB/examples/graph/som/
H A DREADME.md6 … is used to update the map, the graphs examining the sections being updated for the next example a…
/oneTBB/doc/main/tbb_userguide/
H A DContainers.rst13 and update items in the container. Typical C++ STL containers do not
14 permit concurrent update; attempts to modify them concurrently often
H A Dconcurrent_hash_map.rst91 act as smart pointers. An *accessor* represents *update* (*write*)
102 ``concurrent_hash_map`` whether you are asking for *update* or
H A DAdvanced_Topic_Other_Kinds_of_Iteration_Spaces.rst49 update ``r`` to be the first half, and set the constructed object as the
H A Dparallel_reduce.rst70 ``operator()`` is *not* ``const``. This is because it must update
H A Dstd_invoke.rst169 You can update the previous example as follows:
/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DGraph.hpp61 void update();
H A Dparallel_preorder.cpp34 c->update(); in operator ()()
H A DREADME.md15 The times printed are for the traversal and update, and do not include time for computing the `root…
21 * The time to update the cells becomes very small, and consequently the overhead of `parallel_for_e…
H A DGraph.cpp79 void Cell::update() { in update() function in Cell
/oneTBB/examples/parallel_for/game_of_life/
H A DREADME.md4 …way's "Game of Life". One of these instances uses serial calculations to update the board. The oth…
/oneTBB/examples/common/gui/
H A Dconvideo.cpp148 void drawing_area::update() {} in update() function in drawing_area
H A Dmacvideo.cpp185 void drawing_area::update() { in update() function in drawing_area
H A Dgdivideo.cpp157 void drawing_area::update() { in update() function in drawing_area
H A Dvideo.hpp139 void update();
H A Dd2dvideo.cpp192 void drawing_area::update() { in update() function in drawing_area
H A Dxvideo.cpp436 void drawing_area::update() { in update() function in drawing_area
/oneTBB/src/tbbmalloc/
H A Dlarge_objects.h130 void update(size_t usedSize, size_t cachedSize) { in update() function
199 …binsSummary->update(usedSize.load(std::memory_order_relaxed), cachedSize.load(std::memory_order_re… in updateBinsSummary()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DDivide_and_Conquer.rst196 is introduced. Because it would be unsafe to update ``Hits``
H A DGUI_Thread.rst200 the serial number, and update ``CurrentResult`` only if doing so
/oneTBB/.github/workflows/
H A Dci.yml43 sudo apt update && sudo apt install -y codespell

12