pthreads-api
There are 18 repositories under pthreads-api topic.
manasesjesus/pthreads
Parallel Computing with Pthreads
pd2871/High-Performance-Computing
This repo contain the logs of High Performance Computing module's final Assignment
araujo88/multithreaded-server-c
Multithreaded server implementation in C using websockets and POSIX threads
bwuck/pthread_windows
Bazel build for pthreads-w32. This is a fork based on version 2.9.1
grachale/multithreaded_rent
Implementation encapsulates the entire computation process and controls the execution and suspension of the computation as well as the behavior of computational threads used for solving problems from all managed rental companies.
Vaneeza-7/Multithreaded-Collect-Objects-Game
Multi-threaded collect objects game using pthread library š§±
YA2IR/multithreaded-server-in-c
Simple Multithreaded Server in C
akamlah/42-Philosophers
Didactic project from Ecole-42. Two different solutions for an extended version of the famous 'Dining Philosophers' problem, the first as a multithreaded program ruled by mutexes, the second featuring multiple processes synchronised by semaphores.
e-chenxu/Multithreaded-Merge-Sort
The famous merge sort, but upgraded with multithreading
florinpavelescu15/Parallel-Processing-Using-Map-Reduce-Paradigm
Parallel program in Pthreads for finding numbers greater than 0 that are perfect powers from a set of files and counting the unique values for each exponent.
wind0ws/pthread-win32
pthread port for windows
arianhaddadi/Parallel-Programming
This repository is a collection of different programs using different methods of parallel programming including SIMD Programming with OpenCV, Multithreaded Programming using OpenMP & PThreads, and using Intel's Parallel Studio to analyze and optimize an OpenMP Program.
bartuatabek/Bilkent_CS342_Labs_HWs
Homework and Projects assigned in the CS342 - Operating Systems course in Bilkent University. (2018-2019)
DeepanshuDabas03/os
This repository contains Operating system assignments
notslok/Unix-threads-Clang
Deep dive into multi-threading in C language.
saad486/ServerClientModel
It is a multithreaded server and client model. Functionality of server is pretty basic, importance is given to the use of linux system APIs.