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

GitHub topics: posix-threads

PramithaMJ/HPC

High Performance Computing

Language: C - Size: 2.76 MB - Last synced at: 1 day ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

harsh-panchal-804/Load-Balancer-in-C

Multithreaded Layer 7 Load Balancer written in C for Linux. It utilizes POSIX sockets to accept and forward HTTP requests, distributes connections to multiple backend servers using round-robin scheduling, and transparently relays backend responses to clients . It also has dynamic Domain Name resolution.

Language: C - Size: 56.6 MB - Last synced at: 3 days ago - Pushed at: 24 days ago - Stars: 2 - 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: 4 days ago - Pushed at: over 4 years ago - Stars: 82 - Forks: 27

sysprog21/concurrent-programs

Complementary Concurrency Programs for course "Linux Kernel Internals"

Language: C - Size: 241 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 392 - Forks: 87

frankencode/CoreComponents

A Modern C++ Toolkit

Language: C++ - Size: 24.5 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 1

sglbl/CSE-344

Assignments of CSE-344 / System Programming on POSIX using mutexes server client communication, pthreads, parent child communication, semaphores, daemon process, systemV / POSIX / binary semaphores, detached/joinable threads, supplier consumer relationship, pipes

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

belozierov/PosixDispatch

A fast, small, efficient analog of GCD in Swift

Language: Swift - Size: 66.4 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 22 - Forks: 4

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

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

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

ysan/thread_manager

Asynchronous communication framework during multi threads and section sequence manager.

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

gharib-uk/Advanced_C

A repository for advanced C features

Language: Makefile - Size: 4.29 MB - Last synced at: 13 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

Syed007Hassan/Chain-Smoker-Problem-Using-Semaphores

This project is dedicated to creating a system call that deals with the chain smoker problem. A system call is a request for a service that is made by the application programs to the operating system; these can be either user system call (without kernel intervention) or kernel system call (with kernel intervention).

Language: C - Size: 550 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

ArthurGartner/server-client-chatroom

Client/server chatroom application developed in C. Demonstrated ability to build server that can handle multiple clients through the use of multiple threads.

Language: C - Size: 284 KB - Last synced at: 1 day ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

exbotanical/lib.envoy

thread-safe notification chains for the C programming language

Language: C - Size: 52.7 KB - Last synced at: 24 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

dimitrisstyl7/parallel-computing-project

Performance Optimization Using POSIX Threads and OpenMP

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

dleedev365/Bounded-Buffer-Problem

[CMPT 300: Operating Systems I] A multi-threaded program that demonstrates "bound-buffer" problem using POSIX threads semaphores and mutexes

Language: C - Size: 71.3 KB - Last synced at: 19 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

benami171/Kosaraju_Server

A university project demonstrating Multi-threaded server managing a directed graph, Reactor and Proactor design pattern implementations, POSIX mutex and POSIX cond usage.

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

Nikos25K/Multithreaded-Network-Server

💻 JobExecutorServer is a multithreaded server that manages and executes jobs in a producer-consumer queue model, allowing multiple clients (jobCommanders) to submit, monitor, and control job execution through socket communication.

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

oktonion/stdex

std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads

Language: C++ - Size: 2.61 MB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 67 - Forks: 7

interkosmos/fortran-pthread

Fortran 2003 interface bindings to POSIX Threads.

Language: Fortran - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 1

ShriniwasMahajan/tcp_group_chat_app

A multi-threaded TCP socket-based chat server and client implementation that supports concurrent users with real-time message broadcasting in a command-line interface

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

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

ApostolisSiampanis/parallel_computing_project_2023 Fork of dimitrisstyl7/parallel-computing-project-2023

Parallel Computing University Project

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

debajyotid2/yatpool

Yet another thread pool implemented in pure C

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

william-hazem/RTS-Sleeping-Barber

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

Atticusth7/database-network

This project is a client-server network application designed to handle multiple client connections simultaneously. Written in C for a Unix environment, the server facilitates client operations such as storing, retrieving, and deleting data in a database file.

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

yadu007/LinuxThreads

Working out some problems with POSIX threads

Language: C - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

ShreyansPatell/Seeking_Tutor_Problem

Using POSIX threads, mutex locks, and semaphores implement a solution that synchronizes the activities of the coordinator, tutors, and the students. Your program should work for any number of students, tutors, chairs and help sought. Allocate memory for data structures dynamically based on the input parameter(s).

Language: C - Size: 5.86 KB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ShreyansPatell/Parallel_Programming_Using_Threads_And_Locks

In this exercise, you will explore parallel programming with threads and locks using a hash table. You should do this on a computer with multiple cores (verify by running ‘cat /proc/cpuinfo’).

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

sysprog21/threadkit

A collection of lightweight threading utilities

Language: C - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: about 5 years ago - Stars: 23 - Forks: 7

leansandoval/VirtualizacionDeHardware Fork of nikiOcampo/VirtualizacionDeHardware-UNLaM

Ejercicios de las APLs de la materia Virtualización de Hardware (3654) - UNLaM

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

DesmondJS/Mining_Synchronization_Solution

This project is a solution to an Operating System assignment focusing on thread synchronization using POSIX semaphores and pthreads. The problem simulates a mining operation involving explorers, miners, and transporters.

Language: C - Size: 6.84 KB - Last synced at: 14 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

sid-sg/LittleBookOfSemaphores-Codes-Cpp

Codes from the "Little Book Of Semaphores" chapter wise written in C++

Language: C++ - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SophiaRazzaq/Parallel-and-Distributed-Computing

OpenMP | MPI

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

andrpavlou/OS_Projects

Operating Systems Projects (Linux environment). Communication between processes using shared memory and xv6-riscv

Language: Assembly - Size: 3.87 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Nomi/Operating-Systems-1-and-2

My solutions to the tasks for OPS 1 and 2 courses at my university.

Language: C - Size: 1 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mfeiguel/Multithreaded_FileServer

This is an implementation of a multithreaded file server that serves static files.

Language: Dockerfile - Size: 2.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

XMaroRadoX/Matrix-Multipication-Using-Posix-Threads

A C program for matrix multiplication using POSIX threads. Implements a matrix multiplication algorithm with pthreads for parallel computing. Aims to improve performance through parallelization and provide a comprehensive implementation using POSIX threads.

Language: C - Size: 73.2 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

omercelik-cs/inter-process-communication

Language: C - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Twin-Falls/Rock-Paper-Scissors-

College homework turned video game in C++ to make use of greater memory management features.

Language: C++ - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

urbanij/hotel-booking

Client/server application for hotel room bookings. Distributed Programming project @unipisa 2019

Language: C - Size: 271 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

jrkb6/Multi-Threaded-Client-Server-Project

Language: C - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

theVeryPulse/philosophers

Dinning philosophers problem

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

rexprith/myCode

Example Code Samples to demonstrate Posix APIs, CPP concepts, Sorting & Linux Device Drivers

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

kazeemOnis/POSIX-threads

Multi threading and concurrency

Language: C - Size: 57.6 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

leo-aa88/multithreaded-server-c

Multithreaded server implementation in C using websockets and POSIX threads

Language: C - Size: 44.9 KB - Last synced at: 10 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

imehrdadmahdavi/traffic-controller-simulation

Simulating a traffic shaper which transmits packets controlled by a token bucket filter using POSIX multi-threaded programming

Language: C - Size: 94.7 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

iurilandolt/philosophers

Dijkstra's dinnig philosophers problem. Introduction to multithreaded programing, concurrency, shared memory space, data-races, deadlocks and other related concepts.

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

yankunm/Jeux

A Multithreaded CLI Game Server written from Scratch in C

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

elmahygurl/Semaphores

C program that implements a multi-threaded counter system using pthreads and semaphores.

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

elmahygurl/Algorithms-using-Threads

Implementing Merge Sort and Matrix Multiplication using POSIX Thread

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

amitsunildhamne/Mandelbrot-Set

Displaying Mandelbrot Set using OpenGL and POSIX Threads

Language: C++ - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

whynesspower/Mera-Torrent-A-UNIX-Torrent-Client-Of-India

Mera-Torrent is a miniature implementation of Bit-Torrent application using C++ and its standard network libraries. This project involves challenges like Socket and Network programming, Muti-Threading, Peer-to-Peer file sharing, Linux Server Programming, Piece-Selection Algorithm for file sharing.

Language: C++ - Size: 1.4 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

coronensis/tort

ToRT - Tetris device with toy-grade OSEK/VDX-inspired RTOS

Language: C - Size: 2.97 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

namanadlakha3/An-Application-based-on-Probability-Prediction-using-Randomization-Algorithms

An Application based on Probability Prediction using Randomization Algorithms. Where winning probability of player and banker is calculated simultaneously with the simulation of game Baccarat.

Language: C - Size: 43.9 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1

kirpichik/yx-proxy

Simple multithreading caching proxy

Language: C - Size: 183 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 0

diegofgcoelho/ParallelMatrixMult

A simple parallel dense matrix in C/C++ using POSIX threads

Language: C++ - Size: 129 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

dlsrdar/Thread-handling-

Thread handling with semaphores and running alternate threads odd than even considering the time of arrival and making sure no deadlock and starvation at the end releases all the threads.

Language: C - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

hde-oliv/philosophers

A project to solve the 42 version of the classic Dining Philosophers Problem.

Language: C - Size: 389 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

baioc/pizzaria-concorrente

A pizzeria simulation with Concurrent Programming

Language: C - Size: 157 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

k0l1ka/Parallel-programming-MIPT

My homeworks for parallel programming course at MIPT.

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

its-izhar/ASP-Pthreads-EFTs-Processing

Processing EFTs with worker threads (in C++ with POSIX Threads)

Language: C++ - Size: 15 MB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

ptrvsrg/NSU-parallel-programming

Лабораторные работы по дисциплине "Основы параллельного программирования" 4 семестра ФИТ НГУ.

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

gkorepanov/CS-3sem

Using C in the UNIX environment (signals, threads and low-level API)

Language: C - Size: 164 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

pauloguimaraes/web-server-pthreads

Montando uma aplicação simples cliente-servidor usando PThreads.

Language: C - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

bl33h/convergenceCalculator

A multi-threaded program that calculates the convergence of a function based on user input. It uses pthreads to evaluate the function and displays the summation result.

Language: C++ - Size: 85 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

bl33h/coffeeShopInventory

This code simulates a coffee shop's inventory, generates sales reports, and ensures thread-safe data access for efficient management.

Language: C++ - Size: 122 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

bl33h/coffeeFactorySimulation

A program that simulates a coffee factory with parallel processing using pthreads. It handles coffee production, storage, and thread synchronization.

Language: C++ - Size: 134 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

DaryaEvd/opp

Collection of labs from Parallel Programming course at NSU

Language: C++ - Size: 36.9 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

fritzwill/simplified-memcache

Thread-safe cache for in-memory key-value store that can be used in C++ programs

Language: C++ - Size: 931 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

StevieoXOR/Bridge-Crossing

Simulates a 1-way bridge that can support 1 semi-truck or up to 3 cars using C pthreads.

Language: C - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

cyanhill/condition_variable

condition_variable implementation to fix monotonic_clock. This is header-only, dependency C++11 and POSIX library.

Language: C++ - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

liviobisogni/lib-easypthread

An educational real-time C library for easy time & task management

Language: C - Size: 143 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

gzachos/airtemp-lcd

Display air temperature retrieved by a DS18B20 in an HD44780 LCD using Raspberry Pi

Language: C - Size: 458 KB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

gurbaaz27/CS433A-Design-Exercises

Solutions of design exercises in CS433A: Parallel Programming, Spring Semester 2021-22

Language: C - Size: 722 KB - Last synced at: 20 days ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

liu-jianhao/yfsCpp11

yfs是一个分布式文件系统(mit6.824)

Language: C++ - Size: 378 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 51 - Forks: 9

Junxiao-Zhao/Parallel_Run_length_Encoding

Multi-threads Run-length Encoding

Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

phoenix-254/sqlike

COP6726 - Database System Implementation - Database From Scratch

Language: C++ - Size: 3.38 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

pprattis/Philosopher-dinner-problem-with-Posix-threads-and-mutex

A program written with compatibility with Posix and uses Posix Threads that runs the philosohper dinner problem using threads and mutex to prevent multiple simultaneous execution of the critical section.

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

ArisPan/multithreaded-server

A simple multithreaded server storing and retrieving key-value pairs.

Language: C - Size: 460 KB - Last synced at: 8 months ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

paraskevasleivadaros/OS-Part-B

Project for the course Operating Systems [INF 3464]

Language: C - Size: 507 KB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

publicarray/SystemsProgramming 📦

Part of a Systems Programming UNI course

Language: C - Size: 1.6 MB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

mdaffad/multithread 📦

Language: C - Size: 226 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

testpassword/Operating-system

Лабораторные работы по операционным системам (ИТМО, ПИиКТ-СиППО, 3 курс)

Language: C - Size: 9.61 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

testpassword/System-software__magistry

Лабораторные работы по системному программному обеспечению (ИТМО, ПИиКТ-СиППО, 5 курс)

Language: C++ - Size: 2.9 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Mohamed-Moumni/Dinning_Philosophers_Problem

In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

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

aidanTheCoder/Real-Time-Embedded-Systems

Projects from Real-Time Embedded Systems using the POSIX Real-Time Extension

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

deepns/posix-mq-example

A sample application to demo posix mq example

Language: C - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

iproha94/pinball-multiplayer

МГТУ ИУ7 "Углубленное программирование на C/C++" курсовой проект с отчетом

Language: C++ - Size: 6.04 MB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

aleksey-khoroshavin/OPP

Parallel programming NSU course labs

Language: C++ - Size: 637 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

aleksey-khoroshavin/OS_5-Sem

Operation-Systems NSU course 5 semester labs

Language: C - Size: 292 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Tahmeed156/Operating-Systems-Sessional

A curated list of my implementations from the course 'CSE314: Operating Systems'

Language: C - Size: 1.8 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vpoulailleau/horses-pthread

Pthread simple program: horses race

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

apkuznetsov/realtime-apps-2021

Запуск и организация взаимодействия параллельных процессов. Запуск и синхронизация нитей. Работа с именованной памятью и службой реального времени

Language: C++ - Size: 406 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

dariakhaetskaya/OperatingSystems

Labs on Unix SVR4 System Calls and Libraries NSU course. For Solaris 10

Language: C - Size: 23 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 2

GeovanaS/nQueens

Programa em C usando POSIX Threads para calcular o posicionamento de rainhas em tabuleiros de xadrez de dimensões quadradas variáveis, de forma que nenhuma rainha ataque outra.

Language: C - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Adamouization/Relaxation-Technique-Parallel-Computing

:repeat: Relaxation technique using POSIX threads (shared memory configuration) and MPI (distributed memory configuration).

Language: C - Size: 1.68 MB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

dariakhaetskaya/Parallel-Programming

My labs for Parallel Programming course using MPI, OpenMP and POSIX threads

Language: C++ - Size: 10.4 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

Electrostat-Lab/CThreads

Testcases about POSIX Threads --Unix-based & Linux Systems

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