[#BloombergLP-bdlmt-TimerEventScheduler-cancelAllClocks] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/TimerEventScheduler.adoc[TimerEventScheduler]::cancelAllClocks :relfileprefix: ../../../ :mrdocs: Cancel all recurring clocks registered with this scheduler. == Synopsis Declared in `<bdlmt_timereventscheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void cancelAllClocks(bool wait = false); ---- == Description Cancel all clocks. If the optionally specified `wait` is true, then ensure that any clock event still in this scheduler is either cancelled or has been dispatched before this call returns. If this method is being invoked from the dispatcher thread, then the `wait` is ignored to avoid deadlock. == Parameters [cols="1,4"] |=== | Name| Description | *wait* | if true, wait until clocks are cancelled or dispatched |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#