diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-11-03 16:29:28 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-11-03 16:29:28 +0100 |
commit | 34e57087c4e6bd1ca1785e09c54782c72e1faef4 (patch) | |
tree | 19e093c3da89e446f9050062e5943eafefb19b8c /contributing.mdwn | |
parent | 9ab6d6ec97a311c0b4511827a21ea44d771c05ed (diff) | |
download | web-34e57087c4e6bd1ca1785e09c54782c72e1faef4.tar.gz web-34e57087c4e6bd1ca1785e09c54782c72e1faef4.tar.bz2 web-34e57087c4e6bd1ca1785e09c54782c72e1faef4.zip |
TODO: add thread name
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 1 |
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 |