awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Kernel Synchronization Primitives · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesKernel Synchronization Primitives

Low-level mechanisms for managing concurrent access to shared system resources, such as mutexes, spinlocks, and semaphores.

Explore 1 awesome GitHub repository matching development tools & productivity · Kernel Synchronization Primitives. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Developer Tooling
  4. Kernel Synchronization Primitives

Awesome Kernel Synchronization Primitives GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • torvalds/linux

    torvalds/linux

    217,986GitHubView on GitHub↗

    The Linux kernel is a monolithic operating system kernel that serves as the primary interface between computer hardware and software applications. It provides the foundational infrastructure for managing system resources, including memory allocation, process scheduling, and synchronization primitives. The project inclu

    C