pthread
There are 297 repositories under pthread topic.
Linux-.github.io
Linux系统编程【文件IO、进程、进程间通信、信号、多线程、互斥】:个人源码+个人笔记
remote-file-transfer
Multi-threaded file transferring app, based on the client-server model
sudoku-verifier
Small program in c that verifies whether a given 9x9 sudoku is solved or not, using 27 threads (each for a sudoku line/block to be checked), and joins them at the end to return True/False.
so-tp-2020-2c-pedidOS-ya
Un TP de Sistemas Operativos que fue presentado habiendo dormido la noche anterior... a la segunda entrega
2020_Fall_PP
NCTU Parallel Programming
pymutex
POSIX's robust mutexes in Python that can be shared across processes.
libcutils
common c utils. include posix thread/semaphore style on windows
Tomasulo_simulator
A MIPS CPU simulator for Tomasulo algorithm (pthread implementation)
libpthread-scala-native
POC for pthread-based Scala Native threads
LinkedLists-in-C
Serial LinkedList & Parallel Programs using the Pthread library
Matrix-Multiplication
Implement of a multi-threaded matrix multiplication program with 3 methods: a thread per matrix, a thread per row, a thread per element.
SO
SO - Sistemi Operativi presso l'Università degli Studi di Parma (9 CFU).
stlc
Standard Template Library for C.
Plazza
{Epitech} 2nd year project - Plazza
server-client-example-sys-socket.h
A TCP server/client example using sys/socket.h
mpich-playground
📨 Several problems and their solutions in distributed systems area, solved using MPI
EE451FinalProject
Parallel Implementation of Lempel-Ziv-Welch Algorithm
Kotlin-Native-iOS-ConsoleAsync
Kotlin native ios experimental
hiruko
Threads vs Python's Global Interpreter Lock
pthreads-w32
mirror of latest pthreads-w32. https://sourceware.org/pthreads-win32
item-count-capture
Uma aplicação que realizar a contagem e pesagem de itens em esteiras utilizando os conceitos de IPC, threads, pipes, concorrência e paralelismo.
ParallelImageConvolution
利用几个常见的并行编程框架实现BMP图像的并行卷积。
cMergeSortParallel
Sequential and parallel merge sort algorithm implemented in C using OpenMP
moving-threads
UFMG - Fundamentos de Sistemas Paralelos e Distribuidos - TP 1
Parallel-Programming-NCTU
🛠️ 2022 Autumn NCTU CS Paralell-Programming
ub-server
HTTP 1.1 server with epoll and pthread, written in C
PedestrianSimulation
This repo is for the assignments of Low-Level Parallel Programming (1DL550) at Uppsala University. The original repo: https://github.com/iamchanghyunpark/1DL550_Assignment.
L3T2
Offline collection of BUET CSE L3/T2 Term
AES128_C-POSIX
AES-128 implementation in C/POSIX, multi-threaded using <pthread.h>. Still learning, looking for your feedbacks.
Ppool
基于pthread的线程池库
go-pthreads
POSIX Threads (pthreads) bindings in Go
parallel
HKUST COMP 5112 Parallel Programming Assignment Repository
DEUCHAT
Chat application written in C.
Parallel-and-Distributed-Computing
Implementation of different programming models - CUDA, PRAM, Shared memory, Message Passing for different algorithms