OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AcpiGbl_Semaphores
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c
207
ACPI_OS_SEMAPHORE_INFO
AcpiGbl_Semaphores
[ACPI_OS_MAX_SEMAPHORES];
254
memset (
AcpiGbl_Semaphores
, 0x00, sizeof (
AcpiGbl_Semaphores
));
906
if (!
AcpiGbl_Semaphores
[i].OsHandle)
928
AcpiGbl_Semaphores
[i].MaxUnits = (UINT16) MaxUnits;
929
AcpiGbl_Semaphores
[i].CurrentUnits = (UINT16) InitialUnits;
930
AcpiGbl_Semaphores
[i].OsHandle = Mutex;
961
!
AcpiGbl_Semaphores
[Index].OsHandle)
966
CloseHandle (
AcpiGbl_Semaphores
[Index].OsHandle);
967
AcpiGbl_Semaphores
[Index].OsHandle = NULL
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025