An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: pthreads

JuPfu/beck-view-connector

Language: C++ - Size: 63.8 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

saraivagustavo/Trabalho-PThreads

Language: C - Size: 4.16 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

elsayedamine/Philosophers

🍝 A concurrent solution to the classic Dining Philosophers problem using threads and mutexes in C. Includes a bonus version using processes and semaphores for advanced synchronization. Built as part of the 42 school curriculum to explore multithreading, inter-process communication, race conditions, and deadlock prevention.

Language: C - Size: 555 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

stytri/vm16

A Toy 16-bit Virtual Machine

Size: 31.3 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

DNS-OARC/pcap-thread

PCAP helper library with POSIX threads support and transport layer callbacks

Language: C - Size: 399 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 6 - Forks: 4

amkozlov/raxml-ng

RAxML Next Generation: faster, easier-to-use and more flexible

Language: C++ - Size: 1.57 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 428 - Forks: 63

brown9804/Serial-ParallelPthreads_Programming

Parallel Programming with Pthreads. Two algorithms: 1. Multiplication of vectors and matrices. 2. Number pi

Language: C - Size: 455 KB - Last synced at: 14 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 1

RohanVDvivedi/BoomPar

Multithreaded job execution library in C.

Language: C - Size: 296 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

kokejohh/pthipth

Non-preemptive priority thread library inspired by pthreads

Language: C - Size: 155 KB - Last synced at: 22 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

Vuk-Luzanin/Feynman-Kac-Parallelization-Research

Repository focused on research and implementation of parallel algorithms for the Feynman-Kac problem. Covers CPU and GPU parallelization using programming models like OpenMP, Pthreads, CUDA, and others. The goal is to explore performance optimizations and scalability across different hardware.

Language: C - Size: 3.93 MB - Last synced at: 20 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

jonhoo/pthread_pool

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

Language: C - Size: 176 KB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 82 - Forks: 27

jtsiomb/c11threads

Portable C11 threads implementation over POSIX threads and win32 threads.

Language: C - Size: 43.9 KB - Last synced at: 21 days ago - Pushed at: 9 months ago - Stars: 244 - Forks: 36

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

Language: C - Size: 8.13 MB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 68 - Forks: 11

fifocode/clab

clab - Creative Programming Solutions using C - Programming is enjoyable when applied to solve interesting problems (may not be directly used in general day-to-day professional work). The learning and knowledge acquired in the process make a better programmer.

Language: C - Size: 311 KB - Last synced at: 13 days ago - Pushed at: 29 days ago - Stars: 5 - Forks: 0

rofl0r/microsocks

tiny, portable SOCKS5 server with very moderate resource usage

Language: C - Size: 31.3 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 1,710 - Forks: 291

RaftLib/RaftLib

The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators

Language: C++ - Size: 23.6 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 970 - Forks: 127

Maratyszcza/pthreadpool

Portable (POSIX/Windows/Emscripten) thread pool for C/C++

Language: C++ - Size: 207 KB - Last synced at: 30 days ago - Pushed at: about 1 year ago - Stars: 368 - Forks: 148

CuriousCI/wind

Multicore Systems Programming project @ uniroma1

Language: C - Size: 3.36 MB - Last synced at: 23 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

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.

Language: C - Size: 2.16 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

qwww-12/philosophers

A 42 school project that simulates the Dining Philosophers problem using multithreading (philo) and multiprocessing with semaphores (philo_bonus). The goal is to handle concurrency, synchronization, and avoid deadlocks and starvation.

Language: C - Size: 696 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Sara-L-S-Silva/EP-Multithreaded-QuickSort

[📖Faculdade] Trabalho da disciplina de Sistemas Operacionais para treino de programação concorrente (EP2)

Language: C - Size: 53.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

cfnptr/mpmt

Multi-platform multi-threading library, C99 <threads.h> alternative (mutex, cond, thread, pool)

Language: C - Size: 327 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 8 - Forks: 0

mfaria-p/Philosophers

A thread-safe simulation of the classic Dining Philosophers problem using POSIX threads and mutexes. Focuses on concurrency, deadlock prevention, and fair resource sharing

Language: C - Size: 1.45 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Foxbud/libcclosure

Thread-safe closures as first-class functions for C

Language: C - Size: 107 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 15 - Forks: 0

DHSYan/Terminal-Chat-App

Multi-threaded Terminal Chat App written completely in C

Language: C - Size: 715 KB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

hilbertcube/c-cpp-concurrency

Topics: MPI, SIMD, OpenMP, std::threads, unix pthreads, and windows threads.

Language: C++ - Size: 22.5 KB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

PerformanC/CThreads

Cross-compatibility for threads, using pthreads and Windows threads

Language: C - Size: 30.3 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 26 - Forks: 6

Soumyadip3007/Concurrency_OS

Multi-Threading

Language: C++ - Size: 604 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

neosmart/pevents

Implementation of Win32 events for *nix platforms, built on top of pthreads.

Language: C++ - Size: 146 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 274 - Forks: 84

JuliusNixi/Boggle

"The Boggle" online video game written in C. Multi-threaded, POSIX, command line, client/server application. Project exam of programming laboratory course 2, University of Pisa, Computer Science BSc, summer session, academic year 2023-2024.

Language: C - Size: 9.27 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Ergus/Algorithms

Set of multiple algorithms implemented in multiple paradigms

Language: C++ - Size: 172 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

phillbush/xfiles

Configurable and simple file manager for X11

Language: C - Size: 1.21 MB - Last synced at: 28 days ago - Pushed at: 3 months ago - Stars: 107 - Forks: 4

moteus/lua-llthreads2

`llthreads` library rewritten without `LuaNativeObjects` code generator

Language: Lua - Size: 140 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 78 - Forks: 22

Malisha4065/Pthreads

Pthreads tutorial

Language: C - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

richardpl/ncdm

ncurses download manager

Language: C - Size: 83 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 8 - Forks: 2

TheSUPERCD/Server_in_C

A basic implementation of a daemonizable FTP server written in pure C. Also includes a client module that runs independently, with the ability to connect multiple unique instances of itself to the server to offload compute-heavy and parallelizable matrix-math problems to it.

Language: C - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

robinrowe/libunistd

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 debug your code in Windows Visual Studio, then deploy on Linux or other UNIX-compatible OS.

Language: C - Size: 4.67 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 189 - Forks: 36

thomastrapp/signal-wrangler

Signal handler for multi threaded C++ applications on Linux

Language: C++ - Size: 51.8 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 41 - Forks: 13

coditva/udt-c

A basic implementation of UDP-based Data Transfer protocol (UDT) in C

Language: C - Size: 104 KB - Last synced at: 20 days ago - Pushed at: almost 5 years ago - Stars: 92 - Forks: 19

zelang-dev/cthread Fork of GerHobbelt/pthread-win32

Emulated C11 threads and thread pool using Pthreads or Pthreads4w

Language: C - Size: 8.54 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

Anthippi/OS-Project

Σύστημα διαχείρισης παραγγελιών πίτσας με χρήση POSIX threads και μηχανισμών συγχρονισμού (mutexes, condition variables) σε Linux/Lubuntu

Language: C - Size: 633 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

TUM-I5/ASYNC

Asynchronous I/O library

Language: C++ - Size: 217 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 6 - Forks: 0

mperlet/matrix_multiplication

Parallel Matrix Multiplication Using OpenMP, Phtreads, and MPI

Language: C - Size: 10.7 KB - Last synced at: 20 days ago - Pushed at: almost 3 years ago - Stars: 56 - Forks: 16

Amincsed26/Threads

Matrix Multiplication via Threads

Language: C - Size: 247 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

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.

Language: C++ - Size: 2.68 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 52 - Forks: 18

Murkiriel/GO

Telegram Bot API Multi-Threading, Multi-Purpose and Multi-Language for PHP

Language: PHP - Size: 147 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 11 - Forks: 6

tpunt/pht

A new threading extension for PHP

Language: C - Size: 188 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 179 - Forks: 14

YA2IR/multithreaded-server-in-c

Simple Multithreaded Server in C

Language: C - Size: 73.2 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

mpdn/unthread

A deterministic, fuzzable pthread implementation

Language: C - Size: 1.83 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 37 - Forks: 7

Zury7/Parallel-Programming

A collection of performance optimizations and comparisons between multiprocessing and multithreading using pthreads, OpenMP, and CUDA. The experiments analyze execution speed, resource usage, and parallelization efficiency across different computational models. ( CS 4553 : Scientific Computing )

Language: C++ - Size: 1.3 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

snikulov/prog_posix_threads

Source code from "Programming with POSIX® Threads" book By David R. Butenhof

Language: C - Size: 185 KB - Last synced at: 2 months ago - Pushed at: about 13 years ago - Stars: 90 - Forks: 63

ElDavoo/dftpd 📦

David's File Transfer Protocol Daemon, for OSD @ UniMORE

Language: C - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Ergus/CodeSpeckle

Enablement of a massive parallelism to study the role of disorder spatial correlations and anisotropies on the Anderson localization phenomenon.

Language: C++ - Size: 147 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

guillermocalvo/exceptions4c-pthreads

🐑 Multithreading exception handling for C

Language: C - Size: 46.9 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

anas-farooq8/Neural-Network-using-OS-concepts

The system uses inter-process communication through pipes for exchanging information (weights) between processes. Each layer of the neural network is represented as a separate process, and each neuron within a layer is treated as a separate thread.

Language: C++ - Size: 479 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jaracil/pubsub-c

Pub/Sub library for C

Language: C - Size: 210 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 75 - Forks: 22

robertpaulp/MPI-BitTorrent

Language: C++ - Size: 338 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

robertpaulp/map-reduce-inverted-index

Multithread Google Map-Reduce Inverted Index

Language: C++ - Size: 3.29 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

jwinarske/pthreads4w

Builds Windows Native via CMake

Language: C - Size: 2.4 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 30 - Forks: 12

GoninDS/Goldbach-Calculator

Goldbach numbers calculator. Programmed in C with different implementations using OpenMP, MPI, and Pthreads.

Language: C - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

rajnandinithopte/Advanced-Systems_Multithreading-Token-Bucket-Filter

This project implements a multi-threaded token bucket filter using mutexes, condition variables, and FIFO queues to regulate packet transmission. It ensures efficient packet flow control, synchronization, and statistical tracking, supporting both deterministic and trace-driven execution modes.

Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Im-Rises/CMake-Cpp-Library-Example

This repository contains examples and tutorials demonstrating how to link multiplaform libraries to C++ for Windows, Linux and macOS projects using CMake.

Language: CMake - Size: 19.4 MB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 0

edwynG/SO-Duplicate-file-finder

Es una herramienta de línea de comandos (CLI) diseñada para ayudar a los usuarios a identificar y gestionar archivos que contienen los mismos datos en su sistema.

Language: C - Size: 110 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Arkaeriit/luaThreading

Bring multithreading to Lua

Language: C - Size: 40 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

LucasDiasJorge/Concorrencia-e-Paralelismo

Repositório dedicado a implementação de projetos e aprendizado do conceito de multiprocessamento, paralelo e concorrente.

Language: C - Size: 2.12 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

NzolaKiampava/philosophers

The Philosophers project is a classic concurrent programming exercise from the 42 school curriculum. The aim of the project is to simulate a variation of the Dining Philosophers Problem, showcasing fundamental concepts in multithreading, process synchronization, and avoiding deadlocks.

Language: C - Size: 311 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

dhil/pthandlers

an encoding of affine effect handlers using pthreads

Language: C - Size: 95.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 1

ousscher/ESI_2CS_HPC_TP

A collection of High-Performance Computing (HPC) codes showcasing parallel computing techniques. This repository includes implementations in CUDA, MPI, OpenMP, and threading ...

Language: C - Size: 128 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ozgen/c-playground

A collection of C programming examples, categorized by topics for easy navigation.

Language: C - Size: 68.4 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

blueskyson/parallel-programming-2021-homework

PARALLEL PROGRAMMING IN C FOR MULTIPROCESSOR

Language: C++ - Size: 25.8 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

z1skgr/SIMD-instruction-MPI-PTHREADS-parallism

Parallelism standards for accelerating performance on calculations for detection of positive DNA selection

Language: C - Size: 866 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

z1skgr/OpenMP-pthreads-parallelComputing

Parallization protocols for accelerating algorithm performance

Language: C - Size: 6.45 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

z1skgr/TinyOS3-updates

TinyOS VM

Language: C - Size: 2.17 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

kchristin22/Graph_minor

Compute the graph minor when given the cluster configuration. Implemented in three versions using OpenMPI, pthreads and OpenCilk.

Language: C++ - Size: 627 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

yuzonightly/parallel-ray-tracing

Ray tracing fun.

Language: C++ - Size: 2.73 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

sephiroth7712/K-Nearest-Neigbours

Implementation of K-Nearest Neighbors algorithm using multiple parallel computing approaches: CUDA (GPU), Hadoop, Spark, MPI, OpenMP, and PThreads. Demonstrates scalable machine learning across different parallel computing paradigms from GPU to distributed frameworks.

Language: C++ - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

adrianomg/PAMPAR

PAMPAR - A new parallel benchmark for parallel programing interfaces.

Language: C - Size: 15.8 MB - Last synced at: about 3 hours ago - Pushed at: 6 months ago - Stars: 3 - Forks: 2

gustavohnsv/EP2_SO

Exercício de Programa sobre ordenação de vetores da matéria de Sistemas Operacionais, onde foi explorado a capacidade de paralelizar códigos de ordenação, utilizando a API de threads presente nos cabeçalhos padrões do C

Language: C - Size: 95 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

keyu-tian/BUAA-parallel-computing-project-solution

[Ranked No. 1🥇] My solution for the course project of Parallel Computing 2021'Spring @ BUAA (北航并行程序设计). Plenty of C++ tricks, hacks, and optimizations are used for extreme efficiency. Ranked *1/100* in the efficiency test.

Language: C++ - Size: 513 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

Kallistina/multi-threaded-file-server

🖥️Multi-threaded file server for handling concurrent client requests using shared memory, semaphores, and pthreads.

Language: C++ - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

tyler-cromwell/Examples

My solutions to random common & uncommon problems I've encountered.

Language: Python - Size: 2.45 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

DataBASED-Enjoyers/PeppeThread

Short tasks for learning threading in C

Language: C - Size: 26.5 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Gikoskos/simbly

Multithreaded runtime and interpreter for programs written in a tiny assembly-like language

Language: C - Size: 381 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 0

jdee/AtomicValue

Fast synchronization primitives for C++

Language: C++ - Size: 39.1 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

unikraft/lib-pthread-embedded

Unikraft port of pthread-embedded, an embedded pthread library

Language: C - Size: 36.1 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 11

arslansadiq/Parallel-Programming-TUM

Exercises for TUM Parallel Programming Course

Language: C - Size: 115 MB - Last synced at: 7 months ago - Pushed at: about 6 years ago - Stars: 13 - Forks: 4

Ghonimo/Linear-Equations-Solver-with-Parallel-LU-decomposition-ECE588

A system of linear equations solver with a parallel LU Decomposition algorithm implemented using Pthreads at its core. C/C++ implementations with and without pivoting. Thoroughly documented and benchmarked on an intel linux system and a macbook pro with Apple Silicon M3pro chip. This project was developed as a project at Portland State University

Language: C - Size: 107 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

kobinarth-panchalingam/Parallel-And-Concurrent-Programming

Semester - 7 | CS4533 - Parallel and Concurrent Programming | Labs

Language: C - Size: 778 KB - Last synced at: 5 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

gusanmaz/BMB311_OS

NKÜ Bilgisayar Mühendisliği BMB311 Isletim Sistemleri Dersi Uygulama Notları, Projeleri ve Ödevleri

Size: 24.6 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 28 - Forks: 12

manasesjesus/pthreads

Parallel Computing with Pthreads

Language: C - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 11 - Forks: 6

VenukshiMendis/Concurrent-Programming---Pthreads

Implemented a linked list data structure in three different ways: as a serial program, a parallel program with a single mutex for the entire linked list, and a parallel program utilizing read-write locks

Language: C - Size: 194 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

librity/ft_netmon

42 São Paulo - Labs, 3rd Edition - netmon - A Threaded Network Monitoring Service in Pure C

Language: C - Size: 55.9 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 9 - Forks: 0

teodutu/APD

Algoritmi Paraleli si Distribuiti - UPB 2019-2020

Language: C - Size: 189 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

atellaluca/dining-philosophers

This project implements the classic Dining Philosophers Problem using Pthreads and semaphores in C++.

Language: C++ - Size: 630 KB - Last synced at: about 4 hours ago - Pushed at: 9 months ago - Stars: 0 - Forks: 1

malatini42/Philosophers 📦

Philosophers (42cursus) 2020-20201. This project is an introduction to threads (POSIX) and mutexs. It's the famous Philosopher's dining table problem.

Language: C - Size: 5.18 MB - Last synced at: 5 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

dasbd72/NTHU-IPC-2022

National Tsing Hua University - Introduction to Parallel Computing - 2022

Language: Cuda - Size: 19.1 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SebasBogantes/Biblioteca-Sync

Biblioteca de sincronización personalizada (usando PThreads) hecha en lenguaje C, en esta biblioteca se encuentras herramientas para preveer condiciones de carrera como un semáforo, un monitor y una barrera

Language: C - Size: 12.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

bl33h/clientServerChat

A program that enables multi-client communication through a central server, using socket programming and threads for concurrent connections.

Language: C - Size: 84 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

mochiSDK/OperatingSystemsLab 📦

Archive of OS lab's exercises - Alma Mater Studiorum - University of Bologna. Exercises provided by prof. Vittorio Ghini.

Language: C - Size: 86.9 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lanl/libquo

Dynamic execution environments for coupled, thread-heterogeneous MPI+X applications

Language: C - Size: 14.7 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 21 - Forks: 9