OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnerThread
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/executer/
exmutex.c
76
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
;
425
OwnerThread
= ObjDesc->Mutex.
OwnerThread
;
429
if (!
OwnerThread
)
451
if ((
OwnerThread
->ThreadId != WalkState->Thread->ThreadId) &
[
all
...]
exdump.c
161
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Mutex.
OwnerThread
), "Owner Thread"},
/src/sys/external/bsd/acpica/dist/include/
acobject.h
190
struct acpi_thread_state *
OwnerThread
; /* Current owner of the mutex */
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026