saprykin / plibsys

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
MIT License
672 stars 74 forks source link

Thread names #81

Closed saprykin closed 4 years ago

saprykin commented 4 years ago

On some operating systems it is possible to set (sometimes to get as well) the name of a thread. This mechanism is typically used across by debugging tools. Would be nice to have this functionality in the library. Things to do:

saprykin commented 4 years ago

List of supported systems is available on wiki: Thread names.