Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 15 of 15) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_parallel_scan.cpp46 T temp = sum; in operator ()() local
123 std::size_t temp = sum; in __anonb56fb5590102() local
H A Dconformance_enumerable_thread_specific.cpp197 ThrowingConstructor operator()() { ThrowingConstructor temp; temp.m_cnt = Value; return temp; } in operator ()() local
/oneTBB/src/tbb/
H A Dconcurrent_monitor.h324 base_list temp; in notify_all_relaxed() local
362 base_list temp; in notify_relaxed() local
432 base_list temp; in abort_all_relaxed() local
/oneTBB/examples/parallel_for/tachyon/src/
H A Dlight.cpp84 flt b, disc, t1, t2, temp; in light_intersect() local
H A Dsphere.cpp93 flt b, disc, t1, t2, temp; in sphere_intersect() local
H A Dintersect.cpp101 object temp; in intersect_objects() local
H A Dvector.cpp98 vector temp; in Raypnt() local
H A Dparse.cpp582 vector *temp; in GetPolyCylinder() local
/oneTBB/test/tbb/
H A Dtest_semaphore.cpp217 unsigned temp = ++otherTokens; in Produce() local
239 unsigned temp = ++otherTokens; in Consume() local
H A Dtest_split_node.cpp128 SType *temp = new SType(g); in create() local
H A Dtest_parallel_pipeline.cpp626 unsigned temp = numeral; in run_function() local
H A Dtest_indexer_node.cpp140 IType *temp = new IType(); in create() local
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_item_buffer_impl.h115 item_type temp = get_my_item(i); in swap_items() local
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h322 auto temp = my_embedded_segment[i].node_list.load(std::memory_order_relaxed); in internal_swap_content() local
328 auto temp = my_table[i].load(std::memory_order_relaxed); in internal_swap_content() local
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp1180 for (Block* temp = activeBlk->next; temp; temp=temp->next) { in verifyTLSBin() local
1189 for (Block* temp = activeBlk->previous; temp; temp=temp->previous) { in verifyTLSBin() local
1478 FreeObject *temp = localPublicFreeList; in privatizePublicFreeList() local
1739 Block* temp = activeBlk->previous; in setPreviousBlockActive() local