summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-13 17:16:16 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-13 17:16:16 +0100
commit528135cb68242c9608fe02915590f491e94a0747 (patch)
treeba5b10f9cd40521273efbedd43868829db1d0a28
parent34e57087c4e6bd1ca1785e09c54782c72e1faef4 (diff)
Note about pthread_setschedparam and thread_priority too
-rw-r--r--contributing.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 574a4cac..3efa5547 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -112,7 +112,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
* Strengthen httpfs: it should append '/' to URL automatically, it should not fallback index.html itself, etc. probably a lot more small easy issues.
* Fix `O_NOATIME`, see <https://buildd.debian.org/status/fetch.php?pkg=borgbackup&arch=hurd-i386&ver=1.0.2-1&stamp=1460838100>
* Add a /dev/rtc device
-* Implement `sched_setscheduler` in glibc by calling mach's `thread_policy`.
+* Implement `pthread_setschedparam` and `sched_setscheduler` in glibc by calling mach's `thread_policy` and `thread_priority`.
* Add a `name` field to `thread` structure in Mach, and `thread_set_name` (like `task_set_name`), and use it to add `pthread_setname_np` to glibc.
<a name="porting"></a>