Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dqueuing_rw_mutex.cpp40 using word = uintptr_t; typedef in tbb::detail::r1::tricky_atomic_pointer
42 … static T* fetch_add( std::atomic<word>& location, word addend, std::memory_order memory_order ) { in fetch_add()
51 word expd = reinterpret_cast<word>(expected); in compare_exchange_strong()
57 location.store(reinterpret_cast<word>(value), memory_order); in store()
60 static T* load( std::atomic<word>& location, std::memory_order memory_order ) { in load()
65 tbb::detail::d0::spin_wait_while_eq(location, reinterpret_cast<word>(value) ); in spin_wait_while_eq()
72 T* operator&( const word operand2 ) const { in operator &()
73 return reinterpret_cast<T*>( reinterpret_cast<word>(ref) & operand2 ); in operator &()
75 T* operator|( const word operand2 ) const { in operator |()
76 return reinterpret_cast<T*>( reinterpret_cast<word>(ref) | operand2 ); in operator |()
[all …]
/oneTBB/doc/main/tbb_userguide/
H A DMutex_Flavors.rst129 - 1 word
135 - 1 word
141 - 1 word
153 - 1 word
/oneTBB/doc/main/intro/
H A Dnotation.rst39 …- \ ``word`` ,... Indicates that one or more words can be specified. If more than on…
/oneTBB/examples/parallel_for/polygon_overlay/
H A DREADME.md13 A word about the speedup of the submap case. One may get superlinear speedup in this case (for inst…
/oneTBB/doc/
H A DDoxyfile.in29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
243 # This tag can be used to specify a number of word-keyword mappings (TCL only).
317 # be prevented in individual cases by putting a % sign in front of the word or
897 # output. The symbol name can be a fully qualified name, a word, or if the