Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/acpica/dist/executer/
Dexmutex.c184 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread; in AcpiExUnlinkMutex()
335 ObjDesc->Mutex.OwnerThread = NULL; /* Used only for AML Acquire() */ in AcpiExAcquireMutexObject()
409 ObjDesc->Mutex.OwnerThread = WalkState->Thread; in AcpiExAcquireMutex()
476 if (ObjDesc->Mutex.OwnerThread) in AcpiExReleaseMutexObject()
481 ObjDesc->Mutex.OwnerThread = NULL; in AcpiExReleaseMutexObject()
521 ACPI_THREAD_STATE *OwnerThread; in AcpiExReleaseMutex() local
533 OwnerThread = ObjDesc->Mutex.OwnerThread; in AcpiExReleaseMutex()
537 if (!OwnerThread) in AcpiExReleaseMutex()
559 if ((OwnerThread->ThreadId != WalkState->Thread->ThreadId) && in AcpiExReleaseMutex()
566 (UINT32) OwnerThread->ThreadId)); in AcpiExReleaseMutex()
[all …]
Dexdump.c269 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Mutex.OwnerThread), "Owner Thread"},
/netbsd/src/sys/external/bsd/acpica/dist/include/
Dacobject.h298 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ member