HomeSort by: relevance | last modified time | path
    Searched defs:OwnerThread (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exmutex.c 184 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;
533 OwnerThread = ObjDesc->Mutex.OwnerThread;
537 if (!OwnerThread)
559 if ((OwnerThread->ThreadId != WalkState->Thread->ThreadId) &
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 298 struct acpi_thread_state *OwnerThread; /* Current owner of the mutex */

Completed in 13 milliseconds