zephyr/lib
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
..
cmsis_rtos_v1
cmsis_rtos_v2 kernel: overhaul unused stack measurement 2020-02-08 10:02:35 +02:00
gui kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
libc kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
os crc: Add crc8 implementation and tests 2020-03-10 12:53:53 +02:00
posix pthread: add setname/getname glibc extensions 2020-03-10 15:15:34 +02:00
updatehub
CMakeLists.txt
Kconfig