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

/freebsd-11-stable/tools/regression/posixsem2/
H A Dsemtest.c14 #define SEM_NAME "/semtst" macro
62 sem_unlink(SEM_NAME);
63 s = sem_open(SEM_NAME, O_CREAT, 0777, 0);
66 s2 = sem_open(SEM_NAME, O_CREAT, 0777, 0);
104 sem_unlink(SEM_NAME);
105 s = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0);
108 s2 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0);
114 s3 = sem_open(SEM_NAME, 0);

Completed in 71 milliseconds