Searched refs:AcpiOsCreateMutex (Results 1 – 10 of 10) sorted by relevance
118 Status = AcpiOsCreateMutex (&AcpiGbl_OsiMutex); in AcpiUtMutexInitialize()136 Status = AcpiOsCreateMutex (&AcpiGbl_DbCommandReady); in AcpiUtMutexInitialize()142 Status = AcpiOsCreateMutex (&AcpiGbl_DbCommandComplete); in AcpiUtMutexInitialize()224 Status = AcpiOsCreateMutex (&AcpiGbl_MutexInfo[MutexId].Mutex); in AcpiUtCreateMutex()
73 Status = AcpiOsCreateMutex (&Lock->ReaderMutex); in AcpiUtCreateRwLock()79 Status = AcpiOsCreateMutex (&Lock->WriterMutex); in AcpiUtCreateRwLock()
832 Status = AcpiOsCreateMutex (&DestDesc->Mutex.OsMutex); in AcpiUtCopySimpleObject()
203 AcpiOsCreateMutex (
272 #define AcpiOsCreateMutex(OutHandle) AcpiOsCreateSemaphore (1, 1, OutHandle) macro
253 Status = AcpiOsCreateMutex (&ObjDesc->Mutex.OsMutex); in AcpiExCreateMutex()
206 Status = AcpiOsCreateMutex (&ObjDesc->Mutex.OsMutex); in AcpiNsRootInitialize()
725 ACPI_STATUS AcpiOsCreateMutex(ACPI_MUTEX* OutHandle) { in AcpiOsCreateMutex() function830 return AcpiOsCreateMutex(OutHandle); in AcpiOsCreateLock()
1031 AcpiOsCreateMutex ( in AcpiOsCreateMutex() function
313 Status = AcpiOsCreateMutex (&MutexDesc->Mutex.OsMutex); in AcpiDsCreateMethodMutex()
Completed in 21 milliseconds