Searched refs:use_notifier (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h561 AppendImpl (const lldb::ModuleSP &module_sp, bool use_notifier = true);
564 RemoveImpl (const lldb::ModuleSP &module_sp, bool use_notifier = true);
567 RemoveImpl (collection::iterator pos, bool use_notifier = true);
570 ClearImpl (bool use_notifier = true);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp80 ModuleList::AppendImpl (const ModuleSP &module_sp, bool use_notifier) argument
86 if (use_notifier && m_notifier)
162 ModuleList::RemoveImpl (const ModuleSP &module_sp, bool use_notifier) argument
173 if (use_notifier && m_notifier)
183 ModuleList::RemoveImpl (ModuleList::collection::iterator pos, bool use_notifier) argument
187 if (use_notifier && m_notifier)
293 ModuleList::ClearImpl (bool use_notifier) argument
296 if (use_notifier && m_notifier)
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c377 svn_boolean_t use_notifier = TRUE;
885 use_notifier = FALSE;
886 if (use_notifier)
373 svn_boolean_t use_notifier = TRUE; local
/freebsd-10-stable/contrib/subversion/subversion/svn/
H A Dsvn.c1880 svn_boolean_t use_notifier = TRUE;
2929 use_notifier = FALSE;
2931 use_notifier = TRUE;
2933 use_notifier = FALSE;
2934 if (use_notifier)
1876 svn_boolean_t use_notifier = TRUE; local

Completed in 99 milliseconds