osmo-trx/Transceiver52M/device
Pau Espin 5b60c98769 Use pthread_setname_np to name threads
osmo-trx can start a considerable amount of threads that can make
debugging it challenging at least. By using phtread_setname_np, the
system sets a meaningful name to the thread which can be seen while
debugging with gdb or by printing /proc/$pid/task/$tid/comm.

Now we also log system TID when setting the name so we can identify
different tasks in /proc even if pthread_setname_np fails.

Change-Id: I84711739c3e224cb383fd12b6db933785b28209e
2018-09-28 23:17:57 +00:00
..
lms device/lms/LMSDevice.cpp: fix compilation warning 2018-09-20 16:17:19 +07:00
uhd Use pthread_setname_np to name threads 2018-09-28 23:17:57 +00:00
usrp1 cosmetic: Use proper whitespace in several for loops 2018-09-13 14:27:48 +00:00
Makefile.am build: Add support for LimeSuite device backend 2018-06-13 21:45:32 +00:00
radioDevice.h radioDevice: better encapsulation in base class 2018-06-14 12:38:04 +02:00