Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Dcontext.hpp43 typedef std::function<void (const char *)> notify_action; typedef in clover::context
46 const notify_action &notify);
65 const notify_action notify;
Dcontext.cpp29 const notify_action &notify) : in context()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp1476 int notify_action = -1; // -1 means leave the current setting alone in DoExecute() local
1487 !VerifyCommandOptionValue(m_options.notify, notify_action)) { in DoExecute()
1518 if (notify_action != -1) in DoExecute()
1519 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
1529 if ((notify_action != -1) || (stop_action != -1) || (pass_action != -1)) { in DoExecute()
1534 if (notify_action != -1) in DoExecute()
1535 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
/external/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp48 const auto notify = (!pfn_notify ? context::notify_action() : in clCreateContext()