leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
148 stars 17 forks source link

Avoid pthread_setname_np() #1026

Closed jdonald closed 6 years ago

jdonald commented 6 years ago

We still support the thread names on x86_64 Linux and Android, but it isn't available on RV1108.

hham commented 6 years ago

It is mysterious that this part has been missing by now.