summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-03 16:29:28 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-11-03 16:29:28 +0100
commit34e57087c4e6bd1ca1785e09c54782c72e1faef4 (patch)
tree19e093c3da89e446f9050062e5943eafefb19b8c
parent9ab6d6ec97a311c0b4511827a21ea44d771c05ed (diff)
TODO: add thread name
-rw-r--r--contributing.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index 7ff6ea00..574a4cac 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -113,6 +113,7 @@ part:1:file:/home/samy/tmp/foo`). This would be libnetfs-based.
* 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`.
+* 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>
## Porting Packages