This repository contains some exercises about multithreading,locking and file descriptor in UNIX-like OS.
All code contained in this repo was written and tested on MacBook Pro 2015 A1502
A list of documentation used:
https://gcc.gnu.org/onlinedocs/gcc/_005f_005fsync-Builtins.html https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html