Home
last modified time | relevance | path

Searched refs:OwnerThread (Results 1 – 3 of 3) sorted by relevance

/third_party/lib/acpica/source/components/executer/
A Dexmutex.c76 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() local
425 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 …]
A Dexdump.c161 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Mutex.OwnerThread), "Owner Thread"},
/third_party/lib/acpica/source/include/acpica/
A Dacobject.h188 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ member

Completed in 6 milliseconds