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 1c86cb7 commit bb44603Copy full SHA for bb44603
include/rcutils/thread.h
@@ -42,7 +42,7 @@ rcutils_ret_t calculate_os_thread_priority(
42
const int thread_priority,
43
int * os_priority);
44
45
-/// Sets the priority and cpu affinity of the given native thread.
+/// Sets a realtime priority and a cpu affinity for the given native thread.
46
/**
47
* This function intentionally only works on operating systems which support a FIFO thread scheduler.
48
* Note for Linux: using this function requires elevated privileges and a kernel with realtime patch.
0 commit comments