OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SemaphoreName
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixxf.c
893
char
SemaphoreName
[32];
895
snprintf (
SemaphoreName
, sizeof (
SemaphoreName
), "acpi_sem_%d",
897
printf ("%s\n",
SemaphoreName
);
898
Sem = sem_open (
SemaphoreName
, O_EXCL|O_CREAT, 0755, InitialUnits);
903
sem_unlink (
SemaphoreName
); /* This just deletes the name */
osunixxf.c
893
char
SemaphoreName
[32];
895
snprintf (
SemaphoreName
, sizeof (
SemaphoreName
), "acpi_sem_%d",
897
printf ("%s\n",
SemaphoreName
);
898
Sem = sem_open (
SemaphoreName
, O_EXCL|O_CREAT, 0755, InitialUnits);
903
sem_unlink (
SemaphoreName
); /* This just deletes the name */
osunixxf.c
893
char
SemaphoreName
[32];
895
snprintf (
SemaphoreName
, sizeof (
SemaphoreName
), "acpi_sem_%d",
897
printf ("%s\n",
SemaphoreName
);
898
Sem = sem_open (
SemaphoreName
, O_EXCL|O_CREAT, 0755, InitialUnits);
903
sem_unlink (
SemaphoreName
); /* This just deletes the name */
osunixxf.c
893
char
SemaphoreName
[32];
895
snprintf (
SemaphoreName
, sizeof (
SemaphoreName
), "acpi_sem_%d",
897
printf ("%s\n",
SemaphoreName
);
898
Sem = sem_open (
SemaphoreName
, O_EXCL|O_CREAT, 0755, InitialUnits);
903
sem_unlink (
SemaphoreName
); /* This just deletes the name */
Completed in 48 milliseconds
Indexes created Mon Sep 29 13:09:55 GMT 2025