Compare commits
2 Commits
6cf937fb63
...
3b2380d0f7
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b2380d0f7 | |||
| 979c68ea29 |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
bin/
|
||||
|
||||
4
lab01/.gitignore
vendored
Normal file
4
lab01/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
encrypted
|
||||
decrypted
|
||||
example
|
||||
|
||||
@ -176,10 +176,6 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
pthread_barrier_wait(&barrier);
|
||||
|
||||
for (int i = 0; i < workers_count; i++) {
|
||||
pthread_join(workers[i]->id, NULL);
|
||||
}
|
||||
|
||||
pthread_barrier_destroy(&barrier);
|
||||
munmap(input, cfg.size);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user