| /oneTBB/src/tbb/ |
| H A D | thread_request_serializer.h | 33 virtual void update(int delta) = 0; 46 void update(int delta) override; 68 void update(int delta) override;
|
| H A D | thread_request_serializer.cpp | 29 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 D | permit_manager.h | 49 my_thread_request_observer->update(delta); in notify_thread_request()
|
| /oneTBB/test/tbb/ |
| H A D | test_mutex.h | 65 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 D | README.md | 6 … 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 D | Containers.rst | 13 and update items in the container. Typical C++ STL containers do not 14 permit concurrent update; attempts to modify them concurrently often
|
| H A D | concurrent_hash_map.rst | 91 act as smart pointers. An *accessor* represents *update* (*write*) 102 ``concurrent_hash_map`` whether you are asking for *update* or
|
| H A D | Advanced_Topic_Other_Kinds_of_Iteration_Spaces.rst | 49 update ``r`` to be the first half, and set the constructed object as the
|
| H A D | parallel_reduce.rst | 70 ``operator()`` is *not* ``const``. This is because it must update
|
| H A D | std_invoke.rst | 169 You can update the previous example as follows:
|
| /oneTBB/examples/parallel_for_each/parallel_preorder/ |
| H A D | Graph.hpp | 61 void update();
|
| H A D | parallel_preorder.cpp | 34 c->update(); in operator ()()
|
| H A D | README.md | 15 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 D | Graph.cpp | 79 void Cell::update() { in update() function in Cell
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | README.md | 4 …way's "Game of Life". One of these instances uses serial calculations to update the board. The oth…
|
| /oneTBB/examples/common/gui/ |
| H A D | convideo.cpp | 148 void drawing_area::update() {} in update() function in drawing_area
|
| H A D | macvideo.cpp | 185 void drawing_area::update() { in update() function in drawing_area
|
| H A D | gdivideo.cpp | 157 void drawing_area::update() { in update() function in drawing_area
|
| H A D | video.hpp | 139 void update();
|
| H A D | d2dvideo.cpp | 192 void drawing_area::update() { in update() function in drawing_area
|
| H A D | xvideo.cpp | 436 void drawing_area::update() { in update() function in drawing_area
|
| /oneTBB/src/tbbmalloc/ |
| H A D | large_objects.h | 130 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 D | Divide_and_Conquer.rst | 196 is introduced. Because it would be unsafe to update ``Hits``
|
| H A D | GUI_Thread.rst | 200 the serial number, and update ``CurrentResult`` only if doing so
|
| /oneTBB/.github/workflows/ |
| H A D | ci.yml | 43 sudo apt update && sudo apt install -y codespell
|