pthreads
There are 743 repositories under pthreads topic.
rofl0r/microsocks
tiny, portable SOCKS5 server with very moderate resource usage
RaftLib/RaftLib
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators
amkozlov/raxml-ng
RAxML Next Generation: faster, easier-to-use and more flexible
GerHobbelt/pthread-win32
clone of pthread-win32 (a.k.a. pthreads4w) + local tweaks (including MSVC2008 - MSVC2022 project files)
Maratyszcza/pthreadpool
Portable (POSIX/Windows/Emscripten) thread pool for C/C++
neosmart/pevents
Implementation of Win32 events for *nix platforms, built on top of pthreads.
jtsiomb/c11threads
Portable C11 threads implementation over POSIX threads and win32 threads.
hummatli/onvif-qt-server-client
Onvif QT Server Client is a sample for creating Onvif Server and Onvif Client with QT C++
robinrowe/libunistd
libunistd, a lightweight POSIX and pthreads API implementation for building Linux-style C/C++ code in Visual Studio for Windowswithout WSL
tpunt/pht
A new threading extension for PHP
TommyJD93/Philosophers
Dining philosophers problem's guide for 42 school
phillbush/xfiles
Configurable and simple file manager for X11
coditva/udt-c
A basic implementation of UDP-based Data Transfer protocol (UDT) in C
snikulov/prog_posix_threads
Source code from "Programming with POSIX® Threads" book By David R. Butenhof
jonhoo/pthread_pool
A simple implementation of thread pooling for C/C++ using POSIX threads
jaracil/pubsub-c
Pub/Sub library for C
moteus/lua-llthreads2
`llthreads` library rewritten without `LuaNativeObjects` code generator
nkallima/Synch-Framework
An open-source framework for concurrent data-structures and benchmarks. 🛠️ Latest Dev Branch: v3.4.0-dev 🚀 https://github.com/nkallima/Synch-Framework/tree/v3.4.0-dev
mperlet/matrix_multiplication
Parallel Matrix Multiplication Using OpenMP, Phtreads, and MPI
bprail/contech
The Contech analysis framework provides the means for generating and analyzing task graphs that enable computer architects and programmers to gain a deeper understanding of parallel programs.
CyCTW/Parallel-MCTS
Parallel Monte Carlo Tree Search, see README.md for more detailed usage and information.
mpdn/unthread
A deterministic, fuzzable pthread implementation
thomastrapp/signal-wrangler
Signal handler for multi threaded C++ applications on Linux
imsure/parallel-programming
Practices in Parallel Programming with Pthreads, MPI and OpenMP.
jwinarske/pthreads4w
Builds Windows Native via CMake
PerformanC/CThreads
Cross-compatibility for threads, using pthreads and Windows threads
gusanmaz/BMB311_OS
NKÜ Bilgisayar Mühendisliği BMB311 Isletim Sistemleri Dersi Uygulama Notları, Projeleri ve Ödevleri
rklabs/asynctimerqueue
Asynchronous timer queue mechanism(C++11)
marichu-kt/SecureBank
SecureBank es un proyecto académico que simula un sistema bancario concurrente en C, permitiendo operaciones como depósitos, retiros, transferencias y consultas de saldo. Está diseñado para manejar múltiples usuarios simultáneamente utilizando procesos, hilos, semáforos y comunicación entre procesos en Linux.
jdegrand/Camagotchi
A Tamagotchi in C!
lanl/libquo
Dynamic execution environments for coupled, thread-heterogeneous MPI+X applications
mejbah/SyncPerf
A lightweight profiler to detect and categorize root causes of synchronization related performance issues in multithreaded programs
vinayak1998/Parallel-K-Means-Clustering
Sequential and Parallel(using Open MP and Pthreads) Implementations(c++) of the K Means Clustering Algorithm and visualizing the results for a comparative study of the Speedup and Efficiency achieved in 3 different implementations
Nikoletos-K/Data-Structures-and-Algorithms-in-C
📚🔡 Some famous and really basic algorithms and data structures implemented in C
ozgurhepsag/Multi-threaded-HTTP-Server
Small web server written in C that supports a subset of the HTTP 1.0 specifications.
yangyang14641/ParallelProgrammingCourse
:coffee:Parallel programming course at Peking University