Searched refs:SemaphoreName (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c760 char *SemaphoreName = tmpnam (NULL); local
762 Sem = sem_open (SemaphoreName, O_EXCL|O_CREAT, 0755, InitialUnits);
767 sem_unlink (SemaphoreName); /* This just deletes the name */

Completed in 101 milliseconds