We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f846aa commit 5148863Copy full SHA for 5148863
test/test_mutex.cpp
@@ -148,7 +148,7 @@ TEST(test_mutex, pimutex_priority_inversion) {
148
THREAD_PRIORITY_MEDIUM,
149
cpu_bitmask)) << "THREAD_PRIORITY_MEDIUM could not be set.";
150
151
- // do the actual test: see if the low prio thread gets unblocked (through high priority)
+ // do the actual test: see if the low prio thread gets unblocked (through priority inheritance)
152
end_low_prio_thread = true;
153
std::this_thread::sleep_for(20ms);
154
0 commit comments