mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Rename Notifier::m_handlerMutex to Notifier::m_notifyMutex (#105)
A month ago, we discussed renaming this mutex to better reflect its current use, and this commit does that. The inline comment was also updated.
This commit is contained in:
committed by
Peter Johnson
parent
3cacc2aba6
commit
ecc210f99a
@@ -53,6 +53,6 @@ class Notifier : public ErrorBase {
|
||||
// true if this is a periodic event
|
||||
bool m_periodic = false;
|
||||
|
||||
// held by interrupt manager task while handler call is in progress
|
||||
priority_mutex m_handlerMutex;
|
||||
// held HAL notifier while Notifier::Notify() call is in progress
|
||||
priority_mutex m_notifyMutex;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user