Searched refs:OwnerThread (Results 1 - 3 of 3) sorted by path

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexdump.c269 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Mutex.OwnerThread), "Owner Thread"},
H A Dexmutex.c184 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread;
335 ObjDesc->Mutex.OwnerThread = NULL; /* Used only for AML Acquire() */
409 ObjDesc->Mutex.OwnerThread = WalkState->Thread;
476 if (ObjDesc->Mutex.OwnerThread)
481 ObjDesc->Mutex.OwnerThread = NULL;
521 ACPI_THREAD_STATE *OwnerThread; local
533 OwnerThread = ObjDesc->Mutex.OwnerThread;
537 if (!OwnerThread)
559 if ((OwnerThread
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacobject.h298 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ member in struct:acpi_object_mutex

Completed in 75 milliseconds