Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/common/
H A Dallocator_test_common.h127 typename A::difference_type difference; in TestBrokenAllocator() local
128 difference = 0; in TestBrokenAllocator()
129 --difference; in TestBrokenAllocator()
130 REQUIRE_MESSAGE(difference<0, "not an signed integral type?"); in TestBrokenAllocator()
/oneTBB/doc/main/tbb_userguide/
H A DTiming.rst35 that were created by different threads. A ``tick_count`` difference can
H A DFlow_Graph_Single_Vs_Broadcast.rst20 The following code demonstrates this difference:
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLocal_Serializer.rst187 Step 3 is the difference from the operation of ConcreteWorkItem::run.