run() {

pthread_attr_destroy(&m_attr);
    pthread_detach(pthread_self());

}

05-01 03:26