Implementation of a linked list as a Parallel program (based on Pthreads) with one mutex for the entire linked list https://github.com/Rajind/LinkedLists-in-C Parallel program (based on Pthreads) with one mutex for the entire linked list How to compile and run the program: *linked_list_one_mutex.c gcc -g -Wall -o linked_list_one_mutex linked_list_one_mutex.c -lpthread ./linked_list_one_mutex parameter_1 --------------------------------------------------- parameter_1 : is the … Continue reading Linked List with One Mutex for the Entire Linked List
↧