|
rclcpp
master
C++ ROS Client Library API
|
#include <mutex_two_priorities.hpp>
Classes | |
| class | HighPriorityLockable |
| class | LowPriorityLockable |
Public Member Functions | |
| HighPriorityLockable | get_high_priority_lockable () |
| LowPriorityLockable | get_low_priority_lockable () |
After the current mutex owner release the lock, a thread that used the high priority mechanism will have priority over threads that used the low priority mechanism.
| HighPriorityLockable rclcpp::detail::MutexTwoPriorities::get_high_priority_lockable | ( | ) |
| LowPriorityLockable rclcpp::detail::MutexTwoPriorities::get_low_priority_lockable | ( | ) |
1.8.17