thread/*: add "noexcept"

This commit is contained in:
Max Kellermann
2017-11-26 11:58:53 +01:00
parent 3b3ec402d6
commit 618704f504
11 changed files with 44 additions and 44 deletions

View File

@@ -34,7 +34,7 @@
* Lower the current thread's priority to "idle" (very low).
*/
void
SetThreadIdlePriority();
SetThreadIdlePriority() noexcept;
/**
* Raise the current thread's priority to "real-time" (very high).