Searched defs:OwnerThread (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexmutex.c76 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread;
227 ObjDesc->Mutex.OwnerThread = NULL; /* Used only for AML Acquire() */
301 ObjDesc->Mutex.OwnerThread = WalkState->Thread;
368 if (ObjDesc->Mutex.OwnerThread)
373 ObjDesc->Mutex.OwnerThread = NULL;
413 ACPI_THREAD_STATE *OwnerThread; local
425 OwnerThread = ObjDesc->Mutex.OwnerThread;
429 if (!OwnerThread)
451 if ((OwnerThread
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h188 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */ member in struct:acpi_object_mutex

Completed in 56 milliseconds