Sumários

Laboratory 3

12 março 2019, 11:30 João Nuno De Oliveira e Silva

Creation of threads: the pthread_create function

Different methods for passing arguments into threads Different methods to return values from threads: pthread_exit and pthread_join functions


Threads

11 março 2019, 12:30 João Nuno De Oliveira e Silva

Thread creation
Thread termination
Retrieve of thread return value


Laboratory 2

8 março 2019, 15:30 Ricardo Miguel Ferreira Martins

Creation of processes in C: the fork function

Signals: the signal and sigaction functions
Waiting for child processes: wait and waitpid functions




Laboratory 2

8 março 2019, 10:30 Ricardo Miguel Ferreira Martins

Creation of processes in C: the fork function

Signals: the signal and sigaction functions
Waiting for child processes: wait and waitpid functions




Laboratory 2

6 março 2019, 12:30 Ricardo Miguel Ferreira Martins

Creation of processes in C: the fork function

Signals: the signal and sigaction functions
Waiting for child processes: wait and waitpid functions