zephyr/tests
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
..
application_development tests: application_development/libxcc: exclude using XCC... 2020-01-07 17:09:38 +01:00
arch tests: arch: arm_thread_swap: test FPSCR preservation in FP_SHARING 2020-02-27 19:26:04 +02:00
benchmarks tests: benchmarks: Add ARM64 case 2020-02-01 08:08:43 -05:00
bluetooth Bluetooth: tester: Fix GATT service registration 2020-02-27 21:21:46 +02:00
boards tests: intel_s1000_crb: update to new GPIO API 2020-02-05 12:00:36 +01:00
crypto tests: tags: Add entropy and random tags 2020-01-28 09:37:51 -05:00
drivers tests: drivers: uart: config api 2020-03-10 14:41:36 +02:00
kernel tests: enable mpu gap filling tests for arch which supports it 2020-03-10 11:58:03 +02:00
lib tests: lib: mem_alloc: Increase malloc heap size for newlib test 2020-02-14 10:52:53 -06:00
misc/test_build tests: fix test identifiers 2019-12-09 15:53:44 -05:00
net tests: net: af_packet: Add test for binding with multiple interfaces 2020-03-10 14:58:30 +02:00
portability tests: samples: portability: fix test tags and identifiers 2019-12-09 15:53:44 -05:00
posix pthread: add setname/getname glibc extensions 2020-03-10 15:15:34 +02:00
shell tests: fix test identifiers 2019-12-09 15:53:44 -05:00
subsys DFU: add init function with area id as parameter 2020-03-10 15:07:27 +02:00
unit crc: Add crc8 implementation and tests 2020-03-10 12:53:53 +02:00
ztest subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00