Searched refs:OsSemaphore (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/acpica/source/components/executer/
H A Dexsystem.c343 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
378 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
416 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore);
417 ObjDesc->Event.OsSemaphore = TempSemaphore;
H A Dexcreate.c268 &ObjDesc->Event.OsSemaphore);
H A Dexdump.c212 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Event.OsSemaphore), "OsSemaphore"}
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutdelete.c276 Object, Object->Event.OsSemaphore));
278 (void) AcpiOsDeleteSemaphore (Object->Event.OsSemaphore);
279 Object->Event.OsSemaphore = NULL;
H A Dutcopy.c914 &DestDesc->Event.OsSemaphore);
/barrelfish-master/lib/acpica/source/include/
H A Dacobject.h248 ACPI_SEMAPHORE OsSemaphore; /* Actual OS synchronization object */ member in struct:acpi_object_event

Completed in 40 milliseconds