* Set the thread name to the same as the task name * Note. Makes it easier to debug because pthread name is the same as th task name * Cuts of the name if longer than length allowed by the kernel
* Set the thread name to the same as the task name * Note. Makes it easier to debug because pthread name is the same as th task name * Cuts of the name if longer than length allowed by the kernel