Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 5 of 5) sorted by relevance

/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReference_Counting.rst47 except that the increment/decrement is done atomically, and the
94 There is no simple way to atomically copy a pointer and increment its
96 copying and the increment where the reference count is too low, and
108 Atomic increment/decrement can be more than an order of magnitude
109 more expensive than ordinary increment/decrement. The serial
110 optimization of eliminating redundant increment/decrement operations
/oneTBB/test/conformance/
H A Dconformance_mutex.h129 void increment() { in increment() function
150 counter.increment(); in TestReaderWriterLock_Impl()
168 counter.increment(); in TestReaderWriterLock_Impl()
/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp49 void increment() { in increment() function
145 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
246 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
587 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
819 g_TGCCancelled.increment(); in operator ()()
1010 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
1286 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
1314 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
/oneTBB/doc/main/tbb_userguide/
H A Dparallel_reduce.rst113 So if the splitting constructor needs to increment a reference count
114 shared with other objects, it should use an atomic increment.
H A DPredefined_Node_Types.rst45 …e increments an internal counter when it broadcasts a message. If the increment causes it to rea…