nsbaci 1.0
Loading...
Searching...
No Matches
semaphore.h File Reference

Semaphore implementation for process synchronization. More...

Include dependency graph for semaphore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nsbaci::services::runtime::Semaphore
 Counting semaphore for process synchronization. More...

Namespaces

namespace  nsbaci
 Root namespace for the nsbaci application.
namespace  nsbaci::services
 Services namespace containing all backend service implementations.
namespace  nsbaci::services::runtime
 Runtime services namespace for nsbaci.
namespace  nsbaci::types
 Type definitions namespace for nsbaci (runtime-specific).

Typedefs

using nsbaci::types::SemaphoreTable
 Maps memory addresses to semaphores.

Detailed Description

Semaphore implementation for process synchronization.