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

/barrelfish-master/lib/acpica/source/components/executer/
H A Dexmutex.c148 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread;
299 ObjDesc->Mutex.OwnerThread = NULL; /* Used only for AML Acquire() */
373 ObjDesc->Mutex.OwnerThread = WalkState->Thread;
440 if (ObjDesc->Mutex.OwnerThread)
445 ObjDesc->Mutex.OwnerThread = NULL;
485 ACPI_THREAD_STATE *OwnerThread; local
497 OwnerThread = ObjDesc->Mutex.OwnerThread;
501 if (!OwnerThread)
523 if ((OwnerThread
[all...]
H A Dexdump.c233 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Mutex.OwnerThread), "Owner Thread"},
/barrelfish-master/lib/acpica/source/include/
H A Dacobject.h260 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ member in struct:acpi_object_mutex

Completed in 40 milliseconds