thread-synchronization
Here are 81 public repositories matching this topic...
Language:All
Sort:Most stars
🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
- Updated
Jun 11, 2023 - C#
Codes for my Operating Systems' Class
- Updated
Nov 7, 2017 - C
A modern C++ thread-safe value wrapper with flexible locking strategies and convenient RAII guards.
- Updated
Oct 3, 2025 - C++
This repository contains comprehensive notes and code samples from the Master Class Course on Multi-Threading. Covering topics from basic to advanced—thread creation, race conditions, mutex, deadlocks, condition variables, and semaphores—it serves as a one-stop guide for mastering multi-threading in C/C++ on Linux.
- Updated
Sep 8, 2023 - C
A client-server application developed on Linux, which provides digital communication for the transport industry
- Updated
Apr 3, 2025 - C
Repo for the Advance Practical Embedded Systems. Contains work related to Linux kernel, Pthreads, FreeRTOS, etc.
- Updated
Jan 28, 2019 - C
Synchronization Library and Static Analysis Tool for C# 8
- Updated
Aug 24, 2022 - C#
These exercises were attempted and completed during the course 'Operating Systems' offered by Dr. Sivaselvan B. at IIITDM Kancheepuram.
- Updated
Apr 10, 2021 - C
- Updated
Jan 4, 2021 - C
Thread Synchronization In C#
- Updated
Dec 14, 2019 - C#
Multithreading implemented with POSIX in C to perform calculations on a large array.
- Updated
May 25, 2023 - C
Explore a collection of ready-to-use code solutions for common problems, disk scheduling, shell programming and page scheduling.
- Updated
Dec 5, 2023 - C
Declarative task synchronization in Python inspired by Path Expressions
- Updated
Nov 8, 2022 - Python
IoT Gateway that bridges between emulated IoT Devices and Backend, by sending Sensors' data to the Backend and receiving commands to control Actuators.
- Updated
Mar 14, 2025 - Java
Create a matrix and sum matrix (Operating Systems Project 3)
- Updated
Jun 19, 2022 - C
studied one playlist on cpp concurrency, so here's what learned
- Updated
Oct 1, 2024 - C++
Bespoke POSIX threads, mutexes, wait queues, thread pools, and semaphores for the C programming language.
- Updated
Nov 5, 2022 - C
Dining Philosophers problem implementation with both multithreading (mutex-based) and multiprocessing (semaphore-based) solutions, focusing on synchronization and deadlock prevention.
- Updated
Jul 6, 2025 - C
A secured real-time message and file exchanger (desktop client)
- Updated
Mar 29, 2024 - C
Simulates a 1-way bridge that can support 1 semi-truck or up to 3 cars using C pthreads.
- Updated
Apr 1, 2023 - C
Improve this page
Add a description, image, and links to thethread-synchronization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thethread-synchronization topic, visit your repo's landing page and select "manage topics."