There are 4 repositories under pthread topic.
WebAssembly Micro Runtime (WAMR)
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台
Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs.
A simple Cross-platform thread schedule and priority library for rust.
This is a cross-platform library software library about c, c ++, unix4, posix. Include gtest, benchmark, cmake, process lock, daemon, libuv, lua, cpython, re2, json, yaml, mysql, redis, opencv, qt, lz4, oci ... https://hub.docker.com/u/oudream
A multithreaded web crawler using two mechanism - single lock and thread safe data structures
A C++ Version Multi-Person Chat Room in Linux
Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.
Fast User Level LOCK library
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
Bare-bones static HTTP server written in a single C file
A fast, small, efficient analog of GCD in Swift
A fast, small, efficient pthreads based threadpool in c
An example implementatation of synchronized queue for inter-process communication in shared memory
operating system experiment/NUAA os-exp
Utility to attempt to find the passphrase of a GPG secret key
condition_variable implementation to fix monotonic_clock. This is header-only, dependency C++11 and POSIX library.
C++ TCP server and client on GNU/Linux
A collection of projects for the Operating Systems course at the University of Tehran, Fall 2023. Featuring a networked restaurant application in C, a utility bill calculator using MapReduce in C++, and an image processing suite with both serialized and parallelized versions in C++.
CSE 314 Operating System Sessional (L3/T2)
Yet another implementation of a "channel" construct for pthreads
C tools that are usable as a collection of .c .h or a shared library/dll
Quarantine is a simple HTTP server that I started in COVID-19 quarantine time.
Redirect malloc and pthread functions to bdwgc
A collection of classic mutual exclusion algorithms