P
pthread
Projects with this topic
-
-
Using pthreads to implement matrix multiplication: 1- A thread for each element 2- A thread for each row and comparing the performance of the 2 different methods.
UpdatedUpdated -
Each merge-sort call with a new subarray is a new thread
UpdatedUpdated -
A project for getting started with multi-threaded design using the pthread library. University of Tehran Operating System Spring 99 Course Project 3
Updated