Searched defs:Semaphore (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DSemaphore.h32 // Semaphore.h
34 // This file contains the definition of the Semaphore class
41 class Semaphore class
44 Semaphore(int maxval = 1);
45 Semaphore (const Semaphore &rhs);
46 ~Semaphore();
52 Semaphore &operator=(const Semaphore &rhs);
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DSemaphoreUnix.cpp34 // This file contains the linux implementation of the Semaphore class
39 #include "Semaphore.h"
47 Semaphore::Semaphore(int maxval) function in class:Semaphore
53 Semaphore::~Semaphore()
59 void Semaphore::acquire()
65 void Semaphore::release()
71 bool Semaphore::acquireTry()
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexsystem.c56 * PARAMETERS: Semaphore - Semaphore to wait on
69 ACPI_SEMAPHORE Semaphore,
78 Status = AcpiOsWaitSemaphore (Semaphore, 1, ACPI_DO_NOT_WAIT);
89 Status = AcpiOsWaitSemaphore (Semaphore, 1, Timeout);
68 AcpiExSystemWaitSemaphore( ACPI_SEMAPHORE Semaphore, UINT16 Timeout) argument

Completed in 79 milliseconds