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