pthread
There are 298 repositories under pthread topic.
bytecodealliance/wasm-micro-runtime
WebAssembly Micro Runtime (WAMR)
AnJoiner/FFmpegCommand
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
liu-jianhao/chatRoom
从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台
thanhit95/multi-threading
Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs.
iddm/thread-priority
A simple Cross-platform thread schedule and priority library for rust.
yorickdewid/Chat-Server
Simple chatroom in C
talebolano/TensorRT-Yolov3
TensorRT for Yolov3
0xf104a/ddos
Simple dos attack utility
oudream/ccxx
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
kshru9/Web-Crawler
A multithreaded web crawler using two mechanism - single lock and thread safe data structures
Komorebi660/Multi-Person-ChatRoom
A C++ Version Multi-Person Chat Room in Linux
yahoojapan/fullock
Fast User Level LOCK library
Isty001/mem-pool
Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.
JoyeBright/OSLab
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
saivarshith2000/HTTPStaticServer
Bare-bones static HTTP server written in a single C file
belozierov/PosixDispatch
A fast, small, efficient analog of GCD in Swift
HerbertKoelman/cpp-pthread
C++ wrapper of the pthread library
iamsubhranil/ThreadPool
A fast, small, efficient pthreads based threadpool in c
dmolik/tls-server
A quick and dirty tls server experimentation
mersinvald/rust_shm_ipc
An example implementatation of synchronized queue for inter-process communication in shared memory
D0ub1ePieR/OS-Experiment
operating system experiment/NUAA os-exp
hayyp/parrots
parrots: A Simple HTTP Web Proxy
mathewmarcus/bruteforce-gpg
Utility to attempt to find the passphrase of a GPG secret key
zarif98sjs/CSE-314-Operating-System
CSE 314 Operating System Sessional (L3/T2)
cyanhill/condition_variable
condition_variable implementation to fix monotonic_clock. This is header-only, dependency C++11 and POSIX library.
czimbortibor/linux-chat-application
C++ TCP server and client on GNU/Linux
TimDeve/pthread
A naive bindings for pthread in Carp
gullradriel/nilorea-library
C tools that are usable as a collection of .c .h or a shared library/dll
TKONIY/co-benchmark
Benchmark of different coroutines
anvari1313/quarantine
Quarantine is a simple HTTP server that I started in COVID-19 quarantine time.
gdavidbutler/pthreadChannel
Yet another implementation of a "channel" construct for pthreads
jhass/crystal-malloc_pthread_shim
Redirect malloc and pthread functions to bdwgc
mmd-nemati/Operating-System-Course-Projects-F2023
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++.
Codejune/operating-system
숭실대학교 컴퓨터학부 3학년 운영체제
jdeokkim/saerom
A C99 Discord bot for Korean learning servers. / ‘새롬’은 한국어 학습 서버들을 위해 만들어진, C언어 (C99)로 작성된 디스코드 봇입니다.
nxbyte/Operating-Systems-Experiments
Operating Systems Experiments using the C language