Skip to content
#

semaphore

Here are 82 public repositories matching this topic...

A cross-platform implementation of such synchronization objects as Notification / Synchronization Events, Waitable Timers, Socket Event, Thread, as well as functions for waiting for signaled state. The wait functions are analogues of WaitForSingleObject and WaitForMultileObjects used on Windows. the last one can wait for objects of different types.

  • Updated Jul 11, 2024
  • C++

This is a college project of Operating Systems completed by me. It contains CPU scheduling, Semaphore(Dining Philosopher Problem), Deadlock(Bankers Algorithm), Memory Management(Two-Level Page-Table Scheme ,Hashed Page Table with TLB),Page Replacement (Second Chance Algorithm using circular link list). Also a simple GUI menu is also implemented.

  • Updated Jun 30, 2023
  • C++

Improve this page

Add a description, image, and links to the semaphore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the semaphore topic, visit your repo's landing page and select "manage topics."

Learn more