posix-threads
There are 195 repositories under posix-threads topic.
sysprog21/concurrent-programs
Complementary Concurrency Programs for course "Linux Kernel Internals"
jonhoo/pthread_pool
A simple implementation of thread pooling for C/C++ using POSIX threads
liu-jianhao/yfsCpp11
yfs是一个分布式文件系统(mit6.824)
oktonion/stdex
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
sysprog21/threadkit
A collection of lightweight threading utilities
belozierov/PosixDispatch
A fast, small, efficient analog of GCD in Swift
interkosmos/fortran-pthread
Fortran 2003 interface bindings to POSIX Threads.
manasesjesus/pthreads
Parallel Computing with Pthreads
cyanhill/condition_variable
condition_variable implementation to fix monotonic_clock. This is header-only, dependency C++11 and POSIX library.
AraKhachatryan/messenger
Linux/Unix terminal command line messenger (chat) with POSIX sockets and threads
dariakhaetskaya/OperatingSystems
Labs on Unix SVR4 System Calls and Libraries NSU course. For Solaris 10
kirpichik/yx-proxy
Simple multithreading caching proxy
frankencode/CoreComponents
A Modern C++ Toolkit
oguzhanagkus/system-programming
System Programming course projects - includes UNIX/Linux system call and library function examples
isopropylcyanide/RIP-POSIX-threads
An attempt to implement the routing information protocol using POSIX Threads (C Language).
ArisPan/multithreaded-server
A simple multithreaded server storing and retrieving key-value pairs.
dariakhaetskaya/Parallel-Programming
My labs for Parallel Programming course using MPI, OpenMP and POSIX threads
gurbaaz27/CS433A-Design-Exercises
Solutions of design exercises in CS433A: Parallel Programming, Spring Semester 2021-22
phoenix-254/sqlike
COP6726 - Database System Implementation - Database From Scratch
PuneetBansal/AESD_ECEN-5013-002
Repository for the course Advanced Embedded Software Development -Spring 2019
whynesspower/Mera-Torrent-A-UNIX-Torrent-Client-Of-India
Mera-Torrent is a miniature implementation of Bit-Torrent application using C++ and its standard network libraries. This project involves challenges like Socket and Network programming, Muti-Threading, Peer-to-Peer file sharing, Linux Server Programming, Piece-Selection Algorithm for file sharing.
Galdoren/Posix-Threads-Examples
POSIX Threads Examples repository
namanadlakha3/An-Application-based-on-Probability-Prediction-using-Randomization-Algorithms
An Application based on Probability Prediction using Randomization Algorithms. Where winning probability of player and banker is calculated simultaneously with the simulation of game Baccarat.
nano9911/AES128_C-POSIX
AES-128 implementation in C/POSIX, multi-threaded using <pthread.h>. Still learning, looking for your feedbacks.
sglbl/CSE-344
Assignments of CSE-344 / System Programming on POSIX using mutexes server client communication, pthreads, parent child communication, semaphores, daemon process, systemV / POSIX / binary semaphores, detached/joinable threads, supplier consumer relationship, pipes
urbanij/hotel-booking
Client/server application for hotel room bookings. Distributed Programming project @unipisa 2019
wilsenhc/Proyecto_SO_I-2017
Proyecto para Sistemas Operativos (Semestre I-2017) @ FACyT
ysan/thread_manager
Asynchronous I/O communication framework during multi threads and section sequence manager.
andrpavlou/OS_Projects
Operating Systems Projects (Linux environment). Communication between processes using shared memory and xv6-riscv
benami171/Kosaraju_Server
A university project demonstrating Multi-threaded server managing a directed graph, Reactor and Proactor design pattern implementations, POSIX mutex and POSIX cond usage.
jackwaslen/OS-Management
Operating System Implementation using C/POSIX/Unix/Linux
rexprith/myCode
Example Code Samples to demonstrate Posix APIs, CPP concepts, Sorting & Linux Device Drivers
Sanjay0302/Coffee-Vendor
A GTK GUI application in C that utilizes Queue data structure, POSIX threads and SQLite for efficient data management, packaged as a Debian (.deb) file for easy installation.
SkillfulElectro/ThreadPool
Simple POSIX style thread pool lib