My question is if its possible to delete the attributes of a thread with a different thread. Like using the pthread_attr_destroy() method inside of a function of a thread to destroy the attributes of another thread and then it deletes it.
P.S thanks in advance