Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Darena_slot.cpp38 bool omit = isolation != no_isolation && isolation != task_accessor::isolation(*result); in get_task_impl() local
39 if (!omit && !task_accessor::is_proxy_task(*result)) { in get_task_impl()
41 } else if (omit) { in get_task_impl()
/oneTBB/cmake/
H A Dsanitize.cmake17 set_property(CACHE TBB_SANITIZE PROPERTY STRINGS "thread" "memory" "leak" "address -fno-omit-frame-…
34 "please try another compiler or omit TBB_SANITIZE variable")
/oneTBB/doc/main/tbb_userguide/
H A DWhich_Dynamic_Libraries_to_Use.rst17 in applications that choose to omit the scalable memory allocator
/oneTBB/cmake/compilers/
H A DIntel.cmake24 … $<$<NOT:$<CONFIG:Debug>>:-fno-omit-frame-pointer -qno-opt-report-embed -D_FORTIFY_SOURCE=2>)
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DDesign_Patterns.rst31 may omit obvious const overloads of non-const methods.