Home
last modified time | relevance | path

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

/freebsd/tools/regression/posixsem2/
H A Dsemtest.c13 #define SEM_NAME "/semtst" macro
61 sem_unlink(SEM_NAME); in test_named()
62 s = sem_open(SEM_NAME, O_CREAT, 0777, 0); in test_named()
65 s2 = sem_open(SEM_NAME, O_CREAT, 0777, 0); in test_named()
103 sem_unlink(SEM_NAME); in test_named2()
104 s = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0); in test_named2()
107 s2 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 0); in test_named2()
113 s3 = sem_open(SEM_NAME, 0); in test_named2()