Please enable JavaScript.
Coggle requires JavaScript to display documents.
Creating two threads, Ncurses, structure of data for parameters of thread,…
Creating two threads
-
-
-
-
-
-
-
-
-
-
-
when the thread is terminated, then it is dead
int *id[2];
int param[2];
Create a function to initialize
Pointer to parameter
for (int i)
init(param) // externalize changeable values
NBTHREADS, defined -> declares threads
-
-
-
Crear un monitor que se comunique y se adapte al programa, se vincule con workers, que parametros usariamos?
-
-
-
-