about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/pthread_setname.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Implement interfaces to set and get names of threads.Ulrich Drepper2010-04-091-0/+66
At least the Linux kernel provides field where the kernel originally stores the command which is executed by the thread. The value can subsequently be overwritten. The added functions allow to do that for threads, providing and abstraction around the syscalls or /proc file system accesses needed.