zephyr/include/posix
Nicholas Lowell 17b19eb810 pthread: add setname/getname glibc extensions
Adding the ability to set and get pthread names by defining
some non-standard extension functions that were first
introduced by Glibc.

Similar to zephyr thread naming, these allow for thread
tracking and debugging even when using the more portable
posix API.

Though Glibc was the originator, the current POSIX functions
have return codes based on Oracle's adopted spec, so these
functions follow suit.  The Oracle and Glibc function
prototypes match.

Signed-off-by: Nicholas Lowell <nlowell@lexmark.com>
2020-03-10 15:15:34 +02:00
..
arpa
net
netinet
sys
dirent.h
mqueue.h
netdb.h
poll.h
posix_sched.h
posix_types.h include: posix: time: Make possible to include with CONFIG_ARCH_POSIX 2020-03-10 15:04:12 +02:00
pthread.h pthread: add setname/getname glibc extensions 2020-03-10 15:15:34 +02:00
pthread_key.h
semaphore.h
signal.h
time.h include: posix: time: Make possible to include with CONFIG_ARCH_POSIX 2020-03-10 15:04:12 +02:00
unistd.h posix: fix unistd.h extern C brace mismatch 2020-02-11 17:50:21 +02:00