pthreads topic

List pthreads repositories

pthread_pool

77
Stars
26
Forks
Watchers

A simple implementation of thread pooling for C/C++ using POSIX threads

asynctimerqueue

22
Stars
7
Forks
Watchers

Asynchronous timer queue mechanism(C++11)

Multi-threaded-HTTP-Server

16
Stars
6
Forks
Watchers

Small web server written in C that supports a subset of the HTTP 1.0 specifications.

pubsub-c

61
Stars
21
Forks
Watchers

Pub/Sub library for C

libunistd

160
Stars
32
Forks
Watchers

Robin Rowe created libunistd, a lightweight Windows POSIX/Pthreads library implementation. If you want to build single codebase C/C++ code to run on Windows, Linux and MacOS, you need this. Write and...

signal-wrangler

35
Stars
11
Forks
Watchers

Signal handler for multi threaded C++ applications on Linux

unthread

33
Stars
7
Forks
Watchers

A deterministic, fuzzable pthread implementation

Data-Structures-and-Algorithms-in-C

19
Stars
1
Forks
Watchers

📚🔡 Some famous and really basic algorithms and data structures implemented in C

pthread-win32

336
Stars
164
Forks
Watchers

clone of pthread-win32 (a.k.a. pthreads4w) + local tweaks (including MSVC2008 - MSVC2022 project files)

contech

50
Stars
19
Forks
Watchers

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.