Home | History | Annotate | Download | only in executer

Lines Matching refs:Event

33  * license, and in no event shall the patent license extend to any additions
90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
103 * event Licensee exports any such software from the United States or
137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
384 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
402 * event.
419 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
435 * DESCRIPTION: Reset an event to a known state.
457 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore);
458 ObjDesc->Event.OsSemaphore = TempSemaphore;