Searched refs:OwnerThread (Results 1 – 3 of 3) sorted by relevance
76 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread; in AcpiExUnlinkMutex()301 ObjDesc->Mutex.OwnerThread = WalkState->Thread; in AcpiExAcquireMutex()368 if (ObjDesc->Mutex.OwnerThread) in AcpiExReleaseMutexObject()373 ObjDesc->Mutex.OwnerThread = NULL; in AcpiExReleaseMutexObject()413 ACPI_THREAD_STATE *OwnerThread; in AcpiExReleaseMutex() local425 OwnerThread = ObjDesc->Mutex.OwnerThread; in AcpiExReleaseMutex()429 if (!OwnerThread) in AcpiExReleaseMutex()458 (UINT32) OwnerThread->ThreadId)); in AcpiExReleaseMutex()485 OwnerThread->AcquiredMutexList->Mutex.OriginalSyncLevel; in AcpiExReleaseMutex()504 OwnerThread->CurrentSyncLevel = PreviousSyncLevel; in AcpiExReleaseMutex()[all …]
161 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Mutex.OwnerThread), "Owner Thread"},
188 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ member
Completed in 6 milliseconds