#include #include "pthread_impl.h" void __proctidcomm(char *buf, int tid) { snprintf(buf, THREAD_NAME_PATH_SIZE, "/proc/self/task/%d/comm", tid); }