Posts by Snepy Tribos • 3 points
1 post
-
0
votes1
answer40
viewsQ: How to correctly receive an argument by creating a thread
I’m trying to create a thread to wait a while and then create a second thread using: pthread_create(&thread_intermedia, NULL, criar_thread, &init); where init is an integer, let’s say it is…