]> vgcfreebox.myrthtech.pt Git - ue-pp-terminationdetectionalgorithm.git/blob - global.h
detect_termination function mechanism, shared local vars protected by mutex
[ue-pp-terminationdetectionalgorithm.git] / global.h
1 /*
2 Parallel Programming - 2026/2027
3
4 Common variables, constants and types
5 */
6
7 #include <stdbool.h>
8
9 typedef struct {
10 int id, processes;
11 bool initiator;
12 } thread_args_t;