Home
last modified time | relevance | path

Searched refs:current_context (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp853 const SymbolContext &current_context = in GetStepThroughTrampolinePlan() local
855 Symbol *current_symbol = current_context.symbol; in GetStepThroughTrampolinePlan()
/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dparallel_backend_tbb.h77 tbb::task::current_context()->cancel_group_execution(); in __cancel_execution()